$total = 0; $price1 = 10; // Replace with actual price $price2 = 20; // Replace with actual price $price3 = 30; // Replace with actual price
$total = $price1 + $price2 + $price3;
return $total;