Ara toplam: ₺12.451,85
You have 1 item in your cart“İlk ürününüze %40 indirim, ikinci ürüne ek olarak %20 indirim fırsatını kaçırmayın! Şimdi alışveriş yapın, avantajları yakalayın!”
“Monogram Jet Black Aura” sepetinize eklendi. Sepetim
Sepet toplamları
| Ara Toplam | ₺12.451,85 |
|---|---|
| Gönderim |
Gönderim hedefi: İstanbul. |
| Toplam | ₺12.451,85 (₺2.075,31 Tax dahil) |
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
});
});