How to disable Ajax remove item functionality in cart page
-
Hi there,
Does anyone know how to disable the ajax function when click on remove an item in the cart page?
I found the function for update item, but not remove item.
jQuery( document.body ).on( 'updated_cart_totals', function () { location.reload( true ); });
Thank you
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to disable Ajax remove item functionality in cart page’ is closed to new replies.