• Resolved Kate

    (@katebopp)


    Hi there. We are testing the recent woo update on our staging site before updating the live site. I have discovered a bug: after updating woo, the menucart total is no longer automatically recalculating when a product is removed from the cart on the cart page itself. Like, I press the little “x” next to the item, the item is indeed removed from cart, but the menucart total does not change.

    If I use the refresh button in my browser, the menucart total will successfully recalculate.

    I am choosing not to update woo at this time, until y’all can look into and get back to me.

    We’ve been using woo for 5 years and we love it! Thanks for all yr hard work!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @katebopp,

    Thanks for reporting this. I was able to replicate this issue on my test website. I have reported a bug in GitHub : https://github.com/woocommerce/woocommerce/issues/39035
    Please subscribe to this issue for any updates regarding the bug.

    Thread Starter Kate

    (@katebopp)

    Ok, thank you for the response. I will subscribe to the github link.

    Have a nice day ??

    Hi @katebopp

    You’re welcome, if you have any new questions, please create a new ticket.

    Cheers!

    Thread Starter Kate

    (@katebopp)

    Ok. @amiralifarooq does that mean that this problem is solved? I noticed a recent woo patch update, but the changelog did not mention this problem. We are not updating woo until it’s figured out. Thanks!

    Hi @katebopp

    No, this issue is not yet resolved as per this bug report: https://github.com/woocommerce/woocommerce/issues/39035.

    Hence, I suggest you subscribe to the thread to stay updated on any progress. Our developers are actively working on finding a solution, and we hope to include it in the next release.

    Thanks!

    Thread Starter Kate

    (@katebopp)

    Hi, I want to check in with this issue. I notice this www.ads-software.com support topic is marked solved, but the problem persists. I have followed the github thread, but the bug I have found does not appear to have been fixed.

    I just tried updating again on a staging site and the problem has now continued through woocommerce versions 7.8.0, 7.8.1, 7.8.2, and 7.9.0.

    I am grateful for woocommerce and the people behind it. Thanks, have a nice day.

    Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @katebopp

    It has been closed and fixed in the latest version. I recommend testing it in the staging site using the latest version.

    If you are still having the issue, I recommend enqueue the Cart Fragments script manually:

    function enqueue_wc_cart_fragments() { wp_enqueue_script( 'wc-cart-fragments' ); }
    add_action( 'wp_enqueue_scripts', 'enqueue_wc_cart_fragments' );

    Do let us know how it goes.

    We appreciate your patience and look forward to resolving this issue for you.

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘after update, menucart total doesn’t recalculate when product removed from cart’ is closed to new replies.