session_start(); if(!isset($cartid)) { $cartid = uniqid(rand()); setcookie("cartid",uniqid(rand())); } session_register(cartid); if($ship_method == "") $ship_method = 'A'; if($_GET[ship_method] != "") { session_unregister(ship_method); $ship_method = $_GET["ship_method"]; session_register(ship_method); } else { session_register(ship_method); } ?> require("config.php"); $conn = mysql_pconnect($db_host, $db_username, $db_passwd); mysql_select_db($db_name, $conn); include("cls_cart.php"); $mycart=new cls_cart($cartid); if($prd_id != "") { $res = mysql_query("SELECT * FROM nbc_inventory WHERE prd_id = '$prd_id'",$conn); $temp_result = mysql_num_rows($res); if($temp_result != 0) { $pdt[1]= $prd_id; $mycart->insert($cartid,$pdt); } else { echo "No Such Product Available"; } } ?> include_once("page_header.php"); ?>
Item(s) Amount: US$ echo "$total_amt2" ?>
$total_amt2 += $shipment_fee; ?>Shipment Method Select : Air Mail> Express Delivery> / Shipment Fee : US$ echo "$shipment_fee" ?>
/* if($ship_method == 'A') { ?>Shipment Fee For Air Mail: US$ echo "$shipment_fee" ?>
} if($ship_method == 'B') { ?>Shipment Fee For Express Delivery: US$ echo "$shipment_fee" ?>
} */ ?>Total: US$ echo "$total_amt2" ?>
Remarks:
You can select either Air Mail or Express Delivery if you purchase download version and delivery fee won't be charge
Air mail would take about 10 to 14 working days for delivery and express
delivery would take 1 to 3 working days for delivery in major city.
Our express shipping partner :
Tips on delivery:
Our delivery charge is depends on the weight of item(s). If the item what you order is light but order more, the delivery charge should more reasonable.
include_once("page_footer.php"); ?> session_unregister(de_method); ?>