WooCommerce:
I have some jQuery that loads on document.ready that effects the quantity input box. Works great.
My issue is that when I update the cart/del
In my case I have to add the following:
jQuery(document.body).on('removed_from_cart updated_cart_totals', function () { location.reload(); });
Because I have a huge customization with js cart submit