|
Pirate Boat |
|
|
£19.16 |
20.00% |
£3.83
|
£22.99 |
// 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;
?> |