|
Father Christmas Matryoshka |
|
|
£18.33 |
20.00% |
£3.67
|
£21.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;
?> |