• Resolved exellartech

    (@exellartech)


    Hi, I am using mini cart widget on checkout page using this function

    add_filter( ‘woocommerce_widget_cart_is_hidden’, ‘always_show_cart’, 40, 0 );
    function always_show_cart() {
    return false;
    }

    The cart is working perfectly but when i remove the product from the mini cart it does not update the checkout totals and shipping price Via Ajax.

    Thanks in Advance !

Viewing 4 replies - 1 through 4 (of 4 total)
  • AJ a11n

    (@amandasjackson)

    Hi there,

    If you are using the WooCommerce Ajax Cart Plugin for this you will want to contact their support page: https://www.ads-software.com/support/plugin/woocommerce-ajax-cart

    You may also find this article useful: https://elartica.com/2017/07/28/woocommerce-remove-product-cart-widget-using-ajax/

    Thread Starter exellartech

    (@exellartech)

    Hey Amanda,
    Thanks for the response,

    I am not using Woocommerce Ajax cart plugin…. I am using the woocommerce mini cart widget on checkout page.

    please check this link https://cashmereyarn.celebratedeals.in/product-category/amber/

    try adding 2-3 products in cart and proceed to checkout.

    You will see cart widget on checkout page.. when you delete a product from the widget the checkout totals should update on that page via Ajax (but it doesn’t).

    Thanks!

    AJ a11n

    (@amandasjackson)

    This kind of problem is usually caused by either a conflict with your theme or with another plugin.

    The best way to determine if the issue is being caused by a theme and/or plugin is to temporarily switch your theme to Storefront and disable all plugins except for WooCommerce. If you can install plugins, install Health Check. On the troubleshooting tab, you can click the button to disable all plugins and change the theme for you while you’re logged in to that session without affecting normal visitors to your site. Note that Health Check may not count Storefront as a default theme, so you can also use Twenty Seventeen as well.

    If that resolves the issue, then one-by-one you can switch back your theme and re-enable your plugins, testing in between, until you find the one causing the conflict.

    AJ a11n

    (@amandasjackson)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Updating totals on Checkout page when mini cart updated’ is closed to new replies.