session_start();
// Process actions
if(!isset($_SESSION['tt']))
{
$_SESSION['tt'] = array();
$_SESSION['nn'] = array();
$_SESSION['pp'] = array();
$_SESSION['qq'] = array();
$_SESSION['ss'] = array();
}
$action = '';
if(isset($_GET['action']))
{
$action = $_GET['action'];
}
//print_r($_SESSION['qq']);
switch ($action) {
case 'add':
if (in_array($_GET['code'],$_SESSION['tt'])) {
$aarr = array_keys($_SESSION['tt'], $_GET['code']);
$_SESSION['qq'][$aarr[0]] = $_SESSION['qq'][$aarr[0]] + $_GET['qt'];
} else {
$_SESSION['tt'][] = $_GET['code'];
$_SESSION['nn'][] = $_GET['name'];
$_SESSION['pp'][] = $_GET['price'];
$_SESSION['qq'][] = $_GET['qt'];
$_SESSION['ss'][] = '';
}
header('location: shoppingcart.php');
exit;
break;
case 'delete':
if (isset($_GET['id'])) {
unset($_SESSION['tt'][$_GET['id']]);
unset($_SESSION['nn'][$_GET['id']]);
unset($_SESSION['qq'][$_GET['id']]);
unset($_SESSION['pp'][$_GET['id']]);
unset($_SESSION['ss'][$_GET['id']]);
}
header('location: shoppingcart.php');
exit;
break;
case 'empty':
unset($_SESSION['tt']);
unset($_SESSION['nn']);
unset($_SESSION['qq']);
unset($_SESSION['pp']);
unset($_SESSION['ss']);
header('location: shoppingcart.php');
exit;
break;
case 'update':
foreach ($_POST as $key=>$value) {
$_SESSION['qq'][str_replace("q","",$key)] = $value;
$_SESSION['ss'][str_replace("s","",$key)] = $value;
}
header('location: shoppingcart.php');
exit;
break;
}
//$_SESSION['cart'] = $cart;
?>
Enquiry Cart
We can supply Brass & Marble Statues as Per Specifications Required
Enquiry
Cart
You may remove/add items and/or change product quantity here. Click
'Submit Enquiry' to proceed to send details.
If you have questions about your enquiry, write to
godstatues@gmail.com
» To update the quantity of
the products, please change the quantity of the product in the basket
and press UPDATE QUANTITY button » Click "Submit Enquiry"
to send request for quotation
if(count($_SESSION['tt'])) {?>
} else {?>
}?>
ONLY
ART REPLICAS OF MUSEUM & OLD TEMPLE STATUES CARVED
We
have special price package for Bulk & Community Temple Statues.
You can also
Pay us directly via PayPal® at
godstatues@gmail.com