removed_from_cart and update_checkout is not working on cart page
-
Hello Folks,
WooCommerce JS triggers removed_from_cart and update_checkout are not working on cart page.
$( 'body' ).on( 'removed_from_cart', function( e, fragments, cart_hash, button ) { console.log('Removed from cart'); }); $( 'body' ).on( 'update_checkout', function( ) { console.log('Update Cart'); });
Thanks in advance!!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘removed_from_cart and update_checkout is not working on cart page’ is closed to new replies.