I’ve got Stripe in sandbox mode in the plugin and in test mode in Stripe. I tried testing a registration to see if stripe works. When I get to the checkout page I can see that debug mode is on. I fill out the form completely but when I get to the credit card info, the labels are displayed but the fields to enter the info is not. I’m also seeing jQuery errors in the console. The plugin is up to date.
It looks like there’s 3 versions of jQuery loading?
jQuery from WP
jQuery from a CDN
jQuery from within the theme.
Loading multiple versions of jQuery means the code on the page wont know which library to use. I recommend just loading the version within WP.
Currently this code within your theme’s custom.js file is causing an error:
$('.fancybox-media').fancybox({
Because the fancybox library is not included, is that needed?
The issue with the Stripe buttons is cause by JavaScript errors so you’ll need to fix the above and see if the fields load then or if another error is thrown.
Thank you. I was able to comment out the CDN jQuery and the fancybox code and now Stripe is working.
Another issue, on the calendar page I’m using [ESPRESSO_EVENTS_TABLE_TEMPLATE]. The Google map is throwing Google Maps JavaScript API error: ExpiredKeyMapError. I regenerated the key in Google. How can I update the key in Event Espresso?
Awesome!, if you need anything, feel free to reach us again.
thanks
Viewing 7 reply threads
The support post ‘Stripe Sandbox – No payment information found.’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.