Variable Products prices not updating when options are selected
-
Good Day Woocommerce… i’m having an issue with the website… I noticed that i variable product’s price doesn’t update when user try pciking option of a variable product the prices doesn’t update anymore and it logging a console error as seen in the screenshot below;
https://www.dropbox.com/s/50m72ghrj7l5gr5/Capture23232323.JPG?dl=0
File Located:
/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js
I had to backup the add-to-cart-variation.min.js and duplicate the original js file (add-to-cart-variation.js), then rename the unminified version to have the .min.js and the line was pointed out which is on line 239
form.$singleVariation.html( $template_html ); form.$form.find( 'input[name="variation_id"], input.variation_id' ).val( variation.variation_id ).change();
not sure exactly what could be wrong… any pointers to what i should do to fix this?
- This topic was modified 5 years, 9 months ago by .
- This topic was modified 5 years, 9 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Variable Products prices not updating when options are selected’ is closed to new replies.