minicart
minicart copied to clipboard
Amount change in cart dialog doesn't fire an event
When changing the amount of an item in the cart dialog box, no events are fired. Upon leaving the input, a higher amount should fire and add event and a lower amount should fire a remove event.
I agree. Is there any work around this?
there is change
event that fires when you manually change item amount
paypal.minicart.cart.on('change', function(event) {
console.log(1);
});