JS event remove product from the cart
-
Hi
We use this code
jQuery(document.body) .on( ‘removed_from_cart updated_cart_totals’, function() { console.log(“removed”) } );
This is working when the cart has other products and when one of them I remove it’s working correctly but when I remove the last it does not fire why?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘JS event remove product from the cart’ is closed to new replies.