$originalPrice = #מחיר מקורי#; $updatedPrice = #מחיר מעודכן#;
if (!empty($updatedPrice)) { return $updatedPrice; } else { return $originalPrice; }