fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

WordPress Stripe payment problem

Marko Jurkas

Hi,

My first problem is that My the subscription expired two days ago. The payment card I used a year ago no longer exists, but I cannot change the payment method. It gives me the error below.
Something went wrong
Please try again later. If the issue persists, you can contact our support team using the button below.

My second problem is with Stripe plugin

I have a problem with the woocommerce stripe plugin. I’m not an expert. But as far as I figure out, the problem is after upgrading the Hello Elementor theme to version 3.0 and and jquery. On the website of the Hello Elementor theme, it says that the theme does not run jquery anymore and that the individual plugin has to. I wanted to add it manually myself, but I can’t because I don’t know exactly where and how. I have the latest version of WordPress and Woocommerce. If I turn off Variation Swatches then everything works fine. But when I turn it back on, the module for paying via Stripe does not work. You cannot enter the card number.

Can anyone help me to solve the problem?

My web page is on multidomain www.foto123.pro (English)

All my products are for an external product, only the Gift card product goes through the Woocomerce shopping cart.
https://www.foto123.pro/product/foto123-gift-card/

My script problem…

Uncaught TypeError: Cannot read properties of undefined (reading ‘defaults’)
at HTMLDocument.<anonymous> (checkout.min.js?ver=8.6.1:1:81)
at i (jquery.min.js:2:27065)
at Object.fireWith [as resolveWith] (jquery.min.js:2:27828)
at Function.ready (jquery.min.js:2:29621)
at HTMLDocument.J (jquery.min.js:2:29806)

and

Uncaught TypeError: jQuery(…).unblock is not a function
at t.value (Spinner.js:24:31)
at e (button.js:284:32)
at HTMLDocument.<anonymous> (button.js:301:9)

Golam Kibria

Hi Marko,

Please cancel the existing subscription and get a new license with your new payment details.

For the second issue, you have added extra jQuery in your code, which you don’t need.

Because WordPress provides jQuery by default and the two versions are conflicting.

Enqueue jQuery like this:

wp_enqueue_script( 'jquery' );

not like this:

wp_register_script( 'jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jqueryexample.min.js');

Thank You

Marko Jurkas

Hi Kibria,

Thanks for your reply and advice. How easy it is if you know where and how to look. And I wanted to add a third jQuery. I have now removed one and it is OK. Thank you!

I bought a new subscription for one year. Now, I’ve been using the Variation Swatches component for a little over a year. It works great and the website wouldn’t be what it is without it. Thank you!

 

Kind Regards,

Marko

Golam Kibria

Hi Marko,

I am glad that everything is sorted.

We get excited & honored when you use our plugin on your site.

If you found my support helpful, could you leave your valuable review here: https://wordpress.org/support/plugin/woo-variation-swatches/reviews/?filter=5

Your rating keeps us inspired.

Is there anything else we can do for you?

Thank you & have a great day 🎉️

Golam Kibria

Hi Marko,

Thanks a lot for sharing the review.

I wish you a great day.

Thank You