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
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)