אני מיכל הקטנה
לוח הופעות
החנות שלי
צופים ונהנים
ברכה אישית

עמוד החשבון שלי

התחברות

מה מקבלים חברי מועדון החברים של מיכל הקטנה?

עגלת קניות0
There are no products in the cart!
המשך בקניה
0
jQuery(function($){ function checkPTDelivery() { let city = ($('#billing_city').val() || '').trim().toLowerCase(); let totalText = $('.order-total .woocommerce-Price-amount').last().text(); let total = parseFloat(totalText.replace(/[^\d]/g, '')); if ( city.includes('פתח') && total >= 600 ) { $('#pt-delivery-notice').show(); } else { $('#pt-delivery-notice').hide(); } } $(document).on('keyup change', '#billing_city', checkPTDelivery); $(document.body).on('updated_checkout', checkPTDelivery); checkPTDelivery(); });