<? session_start(); include("connect/connect.php"); include("connect/function.php"); ?> <? if($_SESSION["strEmail"] ==""){ echo "<script type='text/javascript'>alert ('กรุณาทำการเข้าสู่ระบบ ') ;window.location='/coffee/register.php'</script>"; } else{ ?> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <? $sql = "select * from product where ProductID= '".$_GET['ProductID']."' "; $result = mysql_query($sql); $ar = mysql_fetch_array($result); if($_SESSION['Qu']==''){ $_SESSION['Qu'] += 1; $Qu = $_SESSION['Qu']; $Product = "Product$Qu"; $ProductID="ProductID$Qu"; $quantity="quantity$Qu"; $price="Price$Qu"; $Speprice="SpePrice$Qu"; $_SESSION[$Product] = $ar['ProductName']; $_SESSION[$ProductID]=$ar['ProductID']; $_SESSION[$quantity] = 1; $_SESSION[$price] = $ar['Price']; $_SESSION[$Speprice] = $ar['SpePrice']; $_SESSION['PriceSend'] = 30; }else{ for($i=0;$_SESSION['Qu']>=$i;$i++){ $quantity="quantity$i"; $Product="Product$i"; $ProductID="ProductID$i"; $price="Price$i"; $Speprice="SpePrice$i"; if($_SESSION[$Product]==$ar['ProductName']){ $_SESSION[$ProductID]+=$ar['ProductID']; $_SESSION[$quantity]+=1; $_SESSION[$price]+=$ar['Price']; $_SESSION[$Speprice]+= $ar['SpePrice']; $plus = "loop"; } } if($plus!="loop"){ $_SESSION['Qu'] +=1; $Qu = $_SESSION['Qu']; $Product = "Product$Qu"; $ProductID="ProductID$Qu"; $quantity="quantity$Qu"; $price="Price$Qu"; $Speprice="SpePrice$Qu"; $_SESSION[$Product] = $ar['ProductName']; $_SESSION[$ProductID] = $ar['ProductID']; $_SESSION[$quantity] = 1; $_SESSION[$price] = $ar['Price']; $_SESSION[$Speprice] = $ar['SpePrice']; } } echo "<script>window.location='/coffee/product.php';</script>"; } ?>
<? ob_start(); session_start(); //============ กรณีลบรายการสั่งซื้อ if(trim($_GET["action"]) == "Del") { $_SESSION[$Product][$_GET['P']]=""; $_SESSION[$quantity][$_GET['P']]=""; $_SESSION[$price][$_GET['P']]=""; session_write_close(); header("location:$_SERVER[PHP_SELF]"); } ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="styles.css"> </head> <body> <form action="" method="get" name="frmcart" id="frmcart"> <div id="shoppingcart"> <table width="200" height="30" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01"> <tr> <td width="9"> <img src="image/headmenu2.jpg" width="9" height="30" alt=""></td> <td width="182" background="image/headmenu2.jpg"><div align="center"><strong>ShoppingCart</strong></div></td> <td width="9"> <img src="image/headmenu2.jpg" width="9" height="30" alt=""></td> </tr> </table> <table width="200" border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#66CC66"> <tr> <td bgcolor="#FFFFFF"> <br> <!--<body onLoad="getDataReturnText('listproduct.php',displayProduct)">--> <? if($_SESSION['Qu']==0){ echo"<br><center><strong><font color=red>ไม่มีรายการสั่งซื้อ</font></strong></center><br><br>"; } ?> <? for($i=1;$_SESSION['Qu']>=$i;$i++){ $Product = "Product$i"; $quantity="quantity$i"; $price="Price$i"; ?> <?=$_SESSION[$quantity]?> <?=$_SESSION[$Product]?><font color="#FF0000">Price <?=$_SESSION[$price]?> B.</font> <?=$i; ?> <a href="javascript:if(confirm('ต้องการลบสินค้ารายการนี้ ใช่หรือไม่')==true){window.location='<?=$_SERVER['PHP_SELF'];?>?action=Del&P=<?=$i;?>';}"><img src="image/false.png" width="12" height="11" border="0"></a> <br> <? } ?><br> </td> </tr> <tr> <td bgcolor="#FFFFFF" align="right"><input name="Confirm" type="button" value="confirm" onClick="javascript:window.location='/coffee/ordercomplete.php'"> </td> </tr> </table> </form> </body> </div> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง