Merge pull request #15955 from woocommerce/fix-15950
Only show most recent cart removal notice
This commit is contained in:
commit
e1f2a4ac5f
|
@ -532,7 +532,9 @@ jQuery( function( $ ) {
|
|||
type: 'GET',
|
||||
url: $a.attr( 'href' ),
|
||||
dataType: 'html',
|
||||
success: update_wc_div,
|
||||
success: function( response ) {
|
||||
update_wc_div( response );
|
||||
},
|
||||
complete: function() {
|
||||
unblock( $form );
|
||||
unblock( $( 'div.cart_totals' ) );
|
||||
|
|
Loading…
Reference in New Issue