$condition = “”; // Set the value of #תנאי תשלום# $days = “”; // Set the value of #+ימים לשוטף#
if ($condition == “מיידי”) { return “מיידית”; } else { return “שוטף” . $days; }