• Resolved isabelk2j

    (@isabelk2j)


    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 isabelk2j.
    • This topic was modified 5 years, 9 months ago by isabelk2j.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator Hari Shanker R

    (@harishanker)

    Hi @isabelk2j

    Thanks for explaining the problem to us in detail. I took a look at your site, and it appears that you may have gotten this resolved. As you can see in the following screencast, the price appears to be getting updated dynamically, as I changed the variation: https://cld.wthms.co/s8JyEC

    If the problem persists though, feel free to reach out. We would be happy to dig deeper, and to help you get this fixed.

    All the best!

Viewing 1 replies (of 1 total)
  • The topic ‘Variable Products prices not updating when options are selected’ is closed to new replies.