• Resolved panon

    (@panon)


    Hello there, and thank you for the plugin.
    It is great overall and i am wondering if we can have the following also.
    If you add a product in the cart (using ajax) the shown cost in the product page does not change (if there a re changes in shipping cost).
    You have to manually refresh the product page to update the shown shipping price in the product page.

Viewing 1 replies (of 1 total)
  • Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Hi,

    Sorry as the ajax add to cart on product page is not part of the woocommerce core we do not have direct solution for it

    you will have to contact the plugin developer whose plugin you are using for ajax add to cart and ask them for the trigger event that is triggered once the ajax add to cart is done

    the in that trigger even you can add this Js code this will do the re submission of the form

    jQuery(“.pisol-update-address-button”).trigger(‘click’);

Viewing 1 replies (of 1 total)
  • The topic ‘Shown cost does not change if cart quantity changes’ is closed to new replies.