|
Buccaneers Pirate Fort |
|
|
£37.49 |
20.00% |
£7.50
|
£44.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;
?> |