“Pebble Core With 4 Gift 1.53″ ( 3.88 cm) HD Infinite Display, BT Calling, HR & SPO2 Monitoring, Zen Mode, Ambient Sound Detection,” has been added to your cart.
Continue shopping
“boAt Lunar Seek w/ 1.39″ (3.5 cm) HD Display, Advanced Bluetooth Calling, Functional Crown” has been added to your cart.
Continue shopping
“realme Buds Air 7,12.4mm Dynamic Bass Drivers,52dB Hybrid ANC,6 Mic ENC,45ms Low Latency, Water Resistant,” has been added to your cart.
Continue shopping
“boAt Wave Sigma 3 w/Turn-by-Turn Navigation, 2.01″ (5.1 cm) HD Display, BT Calling, Crest+ OS, QR Tray” 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
});
});