- This topic has 3 replies, 1 voice, and was last updated 6 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Stripe payment plugins for your WordPress site
· ·
Home › Forums › Stripe Payments Plugin › StripeCheckout js appears to be missing
I’ve uninstalled and reinstalled this plugin many times. Is there a dependency I am missing? The button on the page for a product doesn’t work and the console displays: Uncaught ReferenceError: StripeCheckout is not defined
at wp_asp_check_handler (stripe-handler.js?ver=1.9.3:301)
at wp_asp_add_stripe_handler (stripe-handler.js?ver=1.9.3:307)
at HTMLInputElement.<anonymous> (stripe-handler.js?ver=1.9.3:61)
at Function.each (jquery.js?ver=1.12.4:2)
at a.fn.init.each (jquery.js?ver=1.12.4:2)
at HTMLDocument.<anonymous> (stripe-handler.js?ver=1.9.3:57)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
Please help me figure out how to fix. Thanks.
It appears there is a 404 checkout.js not found right prior to this. It looks like it’s trying to load it from my server instead of stripe.
https://lsaf.me/asp-products/lees-summit-area-fishing-sticker/
It appears there is a 404 checkout.js not found right prior to this. It looks like it’s trying to load it from my server instead of stripe.
Solved. Another plugin was active for reducing absolute urls to relative ones. Deactivating and clearing the cache fixed it.