Problems with Stripe

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Joel
 
 
Posts: 131
Joined: Thu Sep 23, 2010 10:10 am
Location: Australia
Contact:

Problems with Stripe

Post by Joel »

Hi,

I think I did everything as I should but it is not working. I really have no idea why not. Read previous posts with the same problems, checked the price ID many times.

That's the link to the file, please help
https://www.mediafire.com/file/r4w0mx0p ... a.wbs/file

Do pages with products need to be php?
User avatar
BaconFries
 
 
Posts: 5328
Joined: Thu Aug 16, 2007 7:32 pm

Re: Problems with Stripe

Post by BaconFries »

From the following link below Stripe https://www.wysiwygwebbuilder.com/ecommerce.html
In the global Ecommerce configuration you will need to set up the “Stripe Publish Key” from the Stripe api key settings page.
Haven't tried but it is more that likely going to use PHP as it will be getting processed via Stropes payment servers for security.
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Problems with Stripe

Post by Pablo »

Did you publish the page? Stripe does not work locally.

You can usually use the browser's error console to figure out what is wrong.
Joel
 
 
Posts: 131
Joined: Thu Sep 23, 2010 10:10 am
Location: Australia
Contact:

Re: Problems with Stripe

Post by Joel »

Published many times, spent nearly two hours with their support team, the same error all the time: The Checkout client-only integration is not enabled. Enable it in the Dashboard at https://dashboard.stripe.com/account/checkout/settings.

It shows me I enabled the integration in my dashboard though
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Problems with Stripe

Post by Pablo »

In that case, only Stripe can help you.
User avatar
jerryco
 
 
Posts: 826
Joined: Fri Mar 27, 2009 2:42 pm
Location: Purmerend, Holland

Re: Problems with Stripe

Post by jerryco »

One small thing, you did set the page extension to php, but can you confirm that's the page that the browser pulls up? If you first create a somename.html and then a somename.php, I believe the .html will be served first.
// Love is the acceptance of nothing / Account age is no guarantee of efficiency ;-) ->

Above, Beyond, and @wwonderfull! <- Genuinely helps you with a powered up site that counts! Four Times Excellence!
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Problems with Stripe

Post by Pablo »

You do not need PHP for stripe.
Joel
 
 
Posts: 131
Joined: Thu Sep 23, 2010 10:10 am
Location: Australia
Contact:

Re: Problems with Stripe

Post by Joel »

Does it mean it could infiuence the connection if I set the pages to php?
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Problems with Stripe

Post by Pablo »

You only need to set the page extension to PHP , if there is PHP code on the page.
For example, if there is a form on the page.
Post Reply