“boAt Rockerz 421 (2025 Launch), 40Hrs Battery, Low Latency(40ms), 40mm” has been added to your cart.
Continue shopping
“Boat Airdopes 161 pro open box category some little bit scratch possible 100%original bill Service centre Warranty” has been added to your cart.
Continue shopping
“boAt Nirvana Eutopia Bluetooth Over Ear Headphones with Head Tracking Function” has been added to your cart.
Continue shopping
“MZ M409SP (PORTABLE BLUETOOTH SPEAKER) Dynamic Thunder Sound with High Bass,1200mAh 5 W Bluetooth Speaker” has been added to your cart.
Continue shopping
“Boat Ultima Regal open box category some little bit scratch possible 100%original bill Service centre Warranty” 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
});
});