jQuery loading after cart variations script
-
I’m trying to set up a WooCommerce site with product variations and Neve as theme. When selecting a product variation and adding it to my cart, I get the following error:
Please choose product options by visiting…
I think I’ve tracked it down to jquery.min.js loading after add-to-cart-variation.min.js.
You can find similar issues on the internet where people track it down to a specific plugin. But I can fix it by selecting another theme (2022 theme). When I use Neve, I get this issue and can see the wrong JS file loading order in the Network tab of my browser’s dev tools.
In the Console, I then get “Uncaught ReferenceError: jQuery is not defined” coming from the add-to-cart-variation.min.js file.
- The topic ‘jQuery loading after cart variations script’ is closed to new replies.