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; ?>
Company Profile | Infrastructure | Disclaimer | Contact | Query | View Enquiry Basket | Languages>> |
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 |
Your Cart Is Empty |
You can also Pay us directly via PayPal® at godstatues@gmail.com |
Company Profile | Infrastructure | Disclaimer | Contact | Query | View Enquiry Basket |
© Copyright, Pravesh Bedi & Sons, All Rights
Reserved. Resources,
Sitemap Website Promotion & Website Designing By Kodxpert Web Services |