Subtotale: €559.42
“CPU AMD RYZEN 7 7700X BOX AM5 4.8GHz WOF 100-100000591WOF – CPUA100100000591WOF” è stato aggiunto al tuo carrello. Visualizza carrello
“SAMSUNG SSD 990 PRO 2TB MZ-V9P2T0BW PCIe 4×4 NVME R/W 7450/6900 (SIAE) – SAMSSDMZV9P2T0BW” è stato aggiunto al tuo carrello. Visualizza carrello
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
});
});