$price = 100; // Placeholder value for #מחיר# $tax = 17; // Placeholder value for #מעמ#
$totalPrice = $price + ($price * $tax / 100);
return $totalPrice;