|
|
|
ช่วยแก้ Code ให้สามารถเพิ่มจำนวนสินค้าในตะกร้าให้หน่อยซิค่ะ |
|
|
|
|
|
|
|
โค้ดไม่สามารถจำนวนได้อะค่ะ ทำไงดีช่วยดูและแก้หน่อยนะคะมันไม่อัพเดตอะค่ะ
Code (PHP)
<?
ob_start();
session_start();
require("connect/connect.php");
require("connect/function.php");
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-image: url(image/1141052391.gif);
}
.style1 {font-size: 14px}
-->
</style></head>
<body topmargin="0">
<table width="767" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td width="765" bgcolor="#FFFFFF"> <table width="99%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#CCFFFF">
<?php require_once('head.php'); ?>
<?
//============ Check ว่ามีซ้ำแล้วหรือยัง
if($_GET["ProductID"] != "")
{
for($i=0;$i<=count($_SESSION["strProductID"]);$i++)
{
if($_SESSION["strProductID"][$i] == $_GET["ProductID"])
{
header("location:$_SERVER[PHP_SELF]");
exit();
}
}
}
//============ ถ้ามีการเลือกรายการสินค้าให้เก็บลง Session
if(trim($_GET["ProductID"]) != "")
{
$_SESSION["strP"]=$_SESSION["strP"]+1;
$_SESSION["strProductID"][$_SESSION[strP]]=$_GET["ProductID"];
$_SESSION["strQuanlity"][$_SESSION[strP]]=1;
session_write_close();
header("location:$_SERVER[PHP_SELF]");
}
//============ กรณีลบรายการสั่งซื้อ
if(trim($_GET["action"]) == "Del")
{
$_SESSION["strProductID"][$_GET[P]]="";
$_SESSION["strQuanlity"][$_GET[P]]="";
session_write_close();
header("location:$_SERVER[PHP_SELF]");
}
//============ กรณีการแก้ไขรายการสั่งซื้อ
if(trim($_POST["action"]) == "Update")
{
for($i=0;$i<count($_POST["txtQua"]);$i++)
{
$strP=$_POST[txtP][$i];
$strQ=$_POST["txtQua"][$i];
if($strQ <= 0)
{
$strQ=1;
}
$_SESSION["strQuanlity"][$strP]=$strQ;
$result=select("product","where and ProductID='".$_SESSION["strProductID"][$strP]."'");
if($result["Stock"] < $strQ)
{
$_SESSION["strQuanlity"][$strP]=$result["Stock"];
echo"<script language='JavaScript'>";
echo"alert('รหัสสินค้า [ $result[ProductCode] ] มีจำนวน Stock ไม่เพียงพอ');";
echo"</script>";
}
}
session_write_close();
//============ กระโดด Refresh ใหม่อีกรอบ
header("location:$_SERVER[PHP_SELF]");
}
?> </td>
</tr>
<tr>
<td><table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#f2f2f6" bgcolor="#CCFFFF">
<tr>
<td width="23%" valign="top"> <?php require_once('menuleft.php'); ?> <br> </td>
<td width="52%" valign="top">
<table width="98%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="408" height="310" valign="top" bgcolor="#CCFFC4">
<form action="" method="post" name="frmCart" id="frmCart">
<table width="398" border="0">
<tr>
<td bgcolor="#D1FFBB"><p><img src="image/cartttttttttttttttttt.png" width="399" height="30"></p> </td>
</tr>
<tr>
<td bgcolor="#D1FFBB"><p><strong>
<input name="action2" type="hidden" id="action2" value="Update">
</strong></p>
</td>
</tr>
<tr>
<td bgcolor="#D1FFBB"><table width="95%" height="21" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#FF66FF">
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFCCFF"><div align="center">ลำดับ</div></td>
<td bgcolor="#FFCCFF">ชื่อสินค้า</td>
<td bgcolor="#FFCCFF"><div align="center">ราคา</div></td>
<td bgcolor="#FFCCFF">ค่าจัดส่ง</td>
<td bgcolor="#FFCCFF"><div align="center">จำนวน</div></td>
<td bgcolor="#FFCCFF"><div align="center">รวม</div></td>
</tr>
<?
//============ ทำการแสงรายการที่ได้เลือกว่ามีกี่รายการ
$strNum=0;
$strTotal=0;
for($i=0;$i<=count($_SESSION["strProductID"]);$i++)
{
//============ เลือกว่ารายการสินค้าใดบ้าง
$result=select("product","where 1=1 and ProductID='".$_SESSION["strProductID"]["$i"]."' ");
if($result)
{
$strNum++;
?>
<tr bgcolor="#FFFFFF">
<td width="7%" bgcolor="#FFCCFF"> <div align="center">
<?=$strNum;?>
<a href="javascript:if(confirm('ลบรายการสินค้า')==true){window.location='<?=$_SERVER['PHP_SELF'];?>?action=Del&P=<?=$i;?>';}"><img src="image/icon_k_kinshi.gif" width="31" height="23" border="0"></a></div></td>
<td width="48%">
<?=$result["ProductName"];?>
</td>
<td width="14%"> <div align="right">
<?="".number_format($result["Price"], 2,'.',',');?>
</div></td>
<td width="13%">
<div align="right">
<?="".number_format($result["PriceSend"], 2,'.',',');?>
</div></td>
<td width="13%"><div align="center">
<input name="txtP[]" type="hidden" id="txtP[]" value="<?=$i;?>">
<input name="txtQua[]" type="text" id="txtQua<?=$strNum;?>" style="width:30px;text-align:right" value="<?=$_SESSION["strQuanlity"]["$i"];?>" maxlength="3" onChange="checknum(this.value,'txtQua<?=$strNum;?>');">
</div></td>
<td width="16%"> <div align="right">
<?="".number_format(($result["Price"]+$result["PriceSend"])*$_SESSION["strQuanlity"]["$i"], 2,'.',',');?>
</div></td>
</tr>
<?
$send = 50;
$strTotal=$strTotal+(($result["Price"]+$send * $_SESSION["strQuanlity"]["$i"]));
}
}
?>
</table>
<br> <table width="98%" height="69" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#666666">
<tr bgcolor="#FFFFFF">
<td width="82%"> <div align="right" class="style1">รวมจำนวนสินค้า</div></td>
<td width="18%"> <div align="right" class="style1">
<?=$strNum;?>
</div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td><div align="right" class="style1">ค่าจัดส่ง</div></td>
<td><div align="right" class="style1">50.00</div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="82%"><div align="right" class="style1">รวมเป็นจำนวนเงินทั้งหมด</div></td>
<td width="18%">
<div align="right" class="style1">
<?="".number_format($strTotal, 2,'.',',');?>
</div></td>
</tr>
</table>
<p>
<input type="submit" name="button" id="button" value="Submit">
</p></td>
</tr>
<tr>
<td width="378"><div align="center"><br>
<?
if($strNum==0)
{
echo "<br><center><strong><font color=red>??????????????????</font></strong></center><br><br>";
}
?>
<input name="BtnContinute" type="button" class="button" id="BtnContinute2" value="ซื้อสินค้าต่อ" onClick="window.location='index.php';">
<?
if($strNum>0)
{?>
<input name="BtnCalu" type="submit" class="button" id="BtnCalu" value="คำนวณใหม่">
<input name="BtnPayment" type="button" class="button" id="BtnPayment" value="ชำระเงิน...ค่ะ" onClick="window.location='pay.php';">
<?}?>
<br>
</div></td>
</tr>
</table>
<p class="style59"> </p>
</form>
<p class="style59">
<script language="JavaScript">
function checknum(value,fields)
{
if(!check_number(value))
{
eval("document.all."+fields+".value='1';");
alert('?????????????????');
}
}
function check_number(ch){
var len, digit;
if(ch == " "){
return false;
len=0;
}else{
len = ch.length;
}
for(var i=0 ; i<len ; i++)
{
digit = ch.charat(i)
if(digit >="0" && digit <="9"){
;
}else{
return false;
}
}
return true;
}
</script></p>
<p class="style59"> </p>
<p class="style59"> </p></td>
</tr>
</table></td>
<td width="23%" valign="top"> <?php require_once('menuright.php'); ?> </td>
</tr>
<tr>
<td colspan="3" valign="top">
<?php require_once('down.php'); ?>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
Tag : PHP
|
|
|
|
|
|
Date :
2010-10-14 23:24:08 |
By :
เดกตาดำๆทำโปรเจค |
View :
1372 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks you
|
|
|
|
|
Date :
2010-10-18 05:07:35 |
By :
iphoneshop7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|