|
Harvest Vegetables |
|
|
£8.50 |
20.00% |
£1.70
|
£10.20 |
// shipping surcharge
if ($row_user['post']=="1"){ $sur = $row_cart['ihship'] * $row_cart["qty"];}
if ($row_user['post']=="2"){ $sur = $row_cart['euship'] * $row_cart["qty"];}
if ($row_user['post']=="3"){ $sur = $row_cart['rowship']* $row_cart["qty"];}
$ssur += $sur;
?> |