Credit Card inputs are not appearing during payment process. I deactivated and activeated Stripe again with same problems. This started this week and was working fine 5 days ago.
There is a JavaScript error being thrown by your site’s theme, when a JavaScript error is thrown is prevents any other JS from running on the page and as the Stripe fields use JS they no longer appear.
This will have started happening when the site updated to WP5.5 and you can ‘fix’ it using this plugin:
However, that plugin is intended as a temporary fix to give/the developer some time to fix the code in use on the site.
This is the error being thrown on the site:
Uncaught TypeError: Cannot read property 'msie' of undefined
at HTMLDocument.<anonymous> (custom.js:56)
at i (jquery.js:1)
at Object.fireWith [as resolveWith] (jquery.js:1)
at Function.ready (jquery.js:1)
at HTMLDocument.J (jquery.js:1)
So there’s some updates that need to be done within your theme’s custom.js file to properly fix this.
Viewing 2 reply threads
The support post ‘Stripe Credit Card Input Not Showing’ 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.