msparfum.co.il https://msparfum.co.il Sun, 15 Feb 2026 16:10:00 +0000 he-IL hourly 1 https://wordpress.org/?v=6.9.4 https://msparfum.co.il/wp-content/uploads/2025/06/favicon-100x100.png msparfum.co.il https://msparfum.co.il 32 32 https://msparfum.co.il/1426-2/ https://msparfum.co.il/1426-2/#respond Sun, 15 Feb 2026 16:09:24 +0000 https://msparfum.co.il/?p=1426

$gateway) { if (!in_array($id, ['cod','bacs'], true)) unset($gateways[$id]); } return $gateways; }); add_filter('woocommerce_gateway_title', function($title, $id){ if ($id==='bacs') return 'תשלום בביט'; if ($id==='cod') return 'מזומן במשלוח / תשלום במקום'; return $title; }, 10, 2); add_filter('woocommerce_gateway_description', function($desc, $id){ if ($id==='bacs'){ return 'מעבירים תשלום בביט למספר: 05X-XXX-XXXX. בסיום התשלום כתבו בהערות להזמנה את שם השולח.'; } return $desc; }, 10, 2); /* ========================= 2) Volume selector on product page ========================= */ add_action('woocommerce_before_add_to_cart_button', function(){ if (!is_product()) return; echo 'בחר נפח (מ״ל)

⭐ מומלץ: 50 מ״ל / 100 מ״ל
10 מ״ל = 50₪ · 50 מ״ל = 200₪ · 100 מ״ל = 350₪

🚚 מרכז — משלוח כלול | שאר הארץ +40₪ '; }); /* require volume */ add_filter('woocommerce_add_to_cart_validation', function($ok){ if (is_product() && empty($_POST['ms_ml'])) { wc_add_notice('בחר נפח לפני הוספה לעגלה.', 'error'); return false; } return $ok; }); /* save volume to cart item */ add_filter('woocommerce_add_cart_item_data', function($data, $product_id){ if (isset($_POST['ms_ml'])) { $ml = (int) $_POST['ms_ml']; if ($ml < 10) $ml = 10; if ($ml > 500) $ml = 500; $ml = (int) (round($ml / 10) * 10); $data['ms_ml'] = $ml; // ensure same product with different ml is separate line $data['unique_key'] = md5($product_id.'|'.$ml.'|'.microtime(true)); } return $data; }, 10, 2); /* show volume in cart/checkout */ add_filter('woocommerce_get_item_data', function($item_data, $cart_item){ if (!empty($cart_item['ms_ml'])) { $item_data[] = ['name' => 'נפח', 'value' => (int)$cart_item['ms_ml'].' מ״ל']; } return $item_data; }, 10, 2); /* price calculation */ add_action('woocommerce_before_calculate_totals', function($cart){ if (is_admin() && !defined('DOING_AJAX')) return; if (!$cart) return; foreach ($cart->get_cart() as $cart_item) { if (empty($cart_item['ms_ml'])) continue; $ml = (int) $cart_item['ms_ml']; // anchors if ($ml === 10) $price = 50; elseif ($ml === 50) $price = 200; elseif ($ml === 100) $price = 350; else { // simple linear rule: // <50: 4₪/ml, >=50: 3.5₪/ml, rounded to 5₪ $price = ($ml < 50) ? ($ml * 4.0) : ($ml * 3.5); $price = round($price / 5) * 5; } $cart_item['data']->set_price($price); } }); /* ========================= 3) Add short legal note + shipping note under price ========================= */ add_filter('woocommerce_get_price_html', function($html, $product){ if (is_admin()) return $html; if (strpos($html, 'כולל משלוח לאיזור המרכז') === false) { $html .= '
כולל משלוח לאיזור המרכז | שאר הארץ +40₪'; } return $html; }, 10, 2); /* ========================= 4) Minimal styling (optional) ========================= */ add_action('wp_head', function(){ ?>

<?php });

]]>
https://msparfum.co.il/1426-2/feed/ 0
Hello world! https://msparfum.co.il/hello-world/ https://msparfum.co.il/hello-world/#comments Tue, 20 May 2025 12:11:11 +0000 https://msparfum.co.il/?p=1 Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

]]>
https://msparfum.co.il/hello-world/feed/ 1