“PebbleTrio Special Edition With 4 Gift With 3 Changeable Smart Watch” has been added to your cart.
Continue shopping
“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
“pebble grevity With 4Gift Watch1.43″ AMOLED Display Smartwatch | Always-On Display, Bluetooth Calling, Health & Fitness, Feather Touch,” has been added to your cart.
Continue shopping
“Pebble Hive 1.39″ Octa Display Smartwatch | BT Calling | Multi Sports Modes | Sleep Monitoring |” 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
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
});
});