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?
Problems with Stripe
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
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
- BaconFries
-
- Posts: 5937
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Problems with Stripe
From the following link below Stripe https://www.wysiwygwebbuilder.com/ecommerce.html
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.In the global Ecommerce configuration you will need to set up the “Stripe Publish Key” from the Stripe api key settings page.
Re: Problems with Stripe
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.
You can usually use the browser's error console to figure out what is wrong.
Re: Problems with Stripe
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
It shows me I enabled the integration in my dashboard though
Re: Problems with Stripe
In that case, only Stripe can help you.
Re: Problems with Stripe
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!
Above, Beyond, and @wwonderfull! <- Genuinely helps you with a powered up site that counts! Four Times Excellence!
Re: Problems with Stripe
You do not need PHP for stripe.
Re: Problems with Stripe
Does it mean it could infiuence the connection if I set the pages to php?
Re: Problems with Stripe
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.
For example, if there is a form on the page.