“Zebronics MA203 USB Charger, 1 Meter Cable, 30W max, Multi Protocol” has been added to your cart.
Continue shopping
“realme Buds T01 Truly Wireless in Ear Earbuds with AI ENC for Calls, 13mm Dynamic Driver” has been added to your cart.
Continue shopping
“Airpodes pro silicon case cover (Black)” has been added to your cart.
Continue shopping
“Prem mobile 65W Cmf by Nothing Charger With 3 Port Fast Charging Adapter imported” has been added to your cart.
Continue shopping
“Prem mobile Vintage T9 professional Trimmer” has been added to your cart.
Continue shopping
“realme Buds T01 Truly Wireless in Ear Earbuds with AI ENC for Calls, 13mm Dynamic Driver” 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
});
});