| include("leftmenu-inc.php"); ?> |
|
| Inquiry Basket |
|
| |
| |
 |
You may remove, add items and/or change Product
quantity here. Click 'Submit' to proceed with send detail. |
|
 |
If you have any questions about order, refer to our help
desk or write to Customer Services at Gommos International. |
|
|
» To Update the qunatity ,Please change the value in quantity box and click " Update ".
» Click "Submit Inquiry" to send the request for quotations
» To add more items click " Add More Products ". |
 |
|
$qry=mysql_query("select * from tbl_inq where sessid='".$sId."' and instatus='p' order by recid") or die(mysql_error());
if(mysql_num_rows($qry)>0){
?>
| Product Information |
Image |
Quantity |
|
$tqty=0;
while($rs=mysql_fetch_array($qry)){
$tqty=$tqty+$rs["qty"];
$qryprd=mysql_query("select * from tbl_items where ItmID='".$rs["itmid"]."'") or die(mysql_error());
$rs1=mysql_fetch_array($qryprd);
$simg= $itmimgs1.$rs1["ItmImg"];
?>
}
?>
| Total Items:
|
|
|
}else{
?>
Your
Inquiry Basket is empty, Please select
items you want to send an inquiry.
Click below button to continue browsing.

|
}
?>
|
|
|
| |
|
|