Updating totals on Checkout page when mini cart updated
-
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)
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.