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

סל הקניות שלי

סל הקניות שלך ריק כרגע.

חזור לחנות

עגלת קניות0
There are no products in the cart!
המשך בקניה
0

קופון 50% הנחה

על קופסאת ההפתעות של מיכל הקטנה

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(); });