Repository URL to install this package:
|
Version:
1.1.31 ▾
|
jQuery( function( $ ) {
// Update from mini
$( document.body ).on( 'removed_from_cart', function() {
$( document ).trigger( 'wc_update_cart' );
} );
});