“boAt Aavante Bar 950 open box category some little bit scratch possible 100%original bill Service centre Warranty” has been added to your cart.
Continue shopping
“boAt Storm Call 2 1.83” HD Display,BT Calling, Coins & DIY Watch Face Studio Smartwatch” has been added to your cart.
Continue shopping
“boAt Storm Call w/ 4.29 cm(1.69″), BT Calling & 550 Nits Brightness Smartwatch (Bold Black Strap, Free Size)” has been added to your cart.
Continue shopping
“Zeb EnergiPod PB17 – Power Bank. Zeb EnergiPod PB17” has been added to your cart.
Continue shopping
“Rocklight RL-0052 LED Desk Light Bedside Reading Night Lamp USB Rechargeable Touch Sensor Dimmable” has been added to your cart.
Continue shopping
var timeout;
jQuery(document).ready(function($) {
var timeout;
$('.woocommerce').on('change', 'input.qty', function(){
if ( timeout !== undefined ) {
clearTimeout( timeout );
}
timeout = setTimeout(function() {
$("[name='update_cart']").trigger("click");
}, 1000 ); // 1 second delay, half a second (500) seems comfortable too
});
});