$product = “ספיזי”;
if (strpos($product, “ספיזי”) !== false) { return 1; } elseif (strpos($product, “ריצ׳ר”) !== false) { return 69; } else { return “”; }