“realme Buds T200x with 25dB ANC,12.4 mm Quad Drivers, 48 Hrs Playback, BT 5.4, IP55 Bluetooth” has been added to your cart.
Continue shopping
“Boat Wave Leap Call Smart Watch w/ 1.83″ (4.6 cm) HD Display, Advanced Bluetooth Calling” has been added to your cart.
Continue shopping
“Pebble Vast With 4 gift 1.43′ (3.63 cm) Amoled Display, Always On Display, Bright HD Display, BT Calling, Health Suite, Multi Sports” has been added to your cart.
Continue shopping
“realme Buds Air 5 Truly Wireless in with Fast Charging & 45ms Ultra-Low Latency for Gaming (Arctic White)” 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
});
});