|
|
|
รบกวนผู้รู้ช่วยดูโค๊ดส่วนลดในการซื้อสินค้าให้หน่อยครับ มันแสดงส่วนลดแปลกๆๆ |
|
|
|
|
|
|
|
Code (PHP)
<?
ob_start();
//============ Start Session зӡ¡ Function ԴͰҹ
session_start();
require("connect/connect.php");
require("connect/function.php");
if($_POST["action"]=="add")
{
// OrderID
$strResultOrderID=select("orderid","where 1");
$strOrderID="ORDER-".substr("000000000$strResultOrderID[OrderID]", -6);
//MemberID
$strMemberID=select("member","where 1 and Email='".$_SESSION["strEmail"]."'");
// Insert Order
$sql = "insert into cusorder (OrderNo,MemberID,Total,Date,status) Values ('$strOrderID','$strMemberID[MemberID]','$_POST[txtTotal]','".date("Y-m-d")."','1')";
$dbquery = mysql_query($sql);
// Insert Detail
for($i=0;$i<=count($_SESSION["strProductID"]);$i++)
{
$result=select("product","where 1=1 and ProductID='".$_SESSION["strProductID"]["$i"]."' ");
if($result)
{
$Proid=$_SESSION["strProductID"]["$i"];
$Quanlity=$_SESSION["strQuanlity"]["$i"];
$sql = "update product set Stock=Stock-$Quanlity where ProductID='$Proid'";
$dbquery = mysql_query($sql);
$sql = "insert into order_detail (OrderNo,ProductID,Quanlity) Values ('$strOrderID','".$_SESSION["strProductID"]["$i"]."','".$_SESSION["strQuanlity"]["$i"]."')";
$dbquery = mysql_query($sql);
}
}
// Update Order ตัวต่อไปให้เป็น 1
update("orderid","OrderID=OrderID+1","where 1");
$_SESSION["strP"]="";
$_SESSION["strProductID"]="";
$_SESSION["strQuanlity"]="";
session_write_close();
//============ กระโดดไปหน้า ordercomplete.php
header("location:ordercomplete.php?OrderID=$strOrderID");
}
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>::: SERIES SHOP.COM :::</title>
<link href="css/styles.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
</head>
<body topmargin="0">
<table width="778" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#FFFFFF"> <table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<?php require_once('head.php'); ?>
</td>
</tr>
<tr>
<td><br /><table width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#f2f2f6" bgcolor="#FFFFFF">
<tr>
<td width="23%" valign="top"> <?php require_once('menuleft.php'); ?> <br> </td>
<td width="54%" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="417" height="310" valign="top">
<form action="" method="post" name="frmCart" id="frmCart">
<table width="415" border="0" align="center">
<tr>
<td><table width="418" height="22" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
<tr>
<td width="8" bgcolor="#F3A6C6"> </td>
<td width="389" bgcolor="#F3A6C6"><div align="center"><strong></strong><strong></strong><strong>
</strong>ยืนยันการสั่งซื้อ</div></td>
<td width="9" bgcolor="#F3A6C6"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td><div align="center">
<table width="415" border="0">
<tr>
<td><strong>
<input name="action" type="hidden" id="action" value="add">
</strong></td>
</tr>
<tr>
<td><table width="98%" height="21" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#666666">
<tr bgcolor="#FFFFFF">
<td><div align="center">ลำดับ</div></td>
<td>ชื่อสินค้า</td>
<td><div align="center">ราคา</div></td>
<td><div align="center">ค่าจัดส่ง</div></td>
<td><div align="center">จำนวน</div></td>
<td><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="9%"> <div align="center">
<?=$strNum;?>
</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">
<?=$_SESSION["strQuanlity"]["$i"];?>
</div></td>
<td width="16%"> <div align="right">
<?="".number_format(($result["Price"]+$result["PriceSend"])*$_SESSION["strQuanlity"]["$i"], 2,'.',',');?>
</div></td>
</tr>
<?
$strTotal=$strTotal+(($result["Price"]+$result["PriceSend"])*$_SESSION["strQuanlity"]["$i"]);
}
}
?>
</table>
<br> <table width="98%" height="21" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#666666">
<tr bgcolor="#FFFFFF">
<td><div align="right">จำนวน(รายการ)</div></td>
<td> <div align="right">
<?=$strNum;?>
</div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td> <div align="right">ราคา(รวม)</div></td>
<td width="16%"> <div align="right">
<?="".number_format($strTotal, 2,'.',',');?>
</div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td> <div align="right">ซื้อเกิน<span class="style1"> 10 ชิ้นลด 5%</span> ซื้อเกิน <span class="style1">20 ชิ้นลด 10%</span> (รวม)</div></td>
<? if($_SESSION["strQuanlity"]>=20)
{
$pay=$strTotal-($strTotal*10)/100;
}
if($_SESSION["strQuanlity"]>=10)
{
$pay=$strTotal-($strTotal*5)/100;
}
else
{
$pay=$strTotal;
}
?>
<td width="16%"> <div align="right">
<?="".number_format($pay, 2,'.',',');?>
<input name="txtTotal" type="hidden" value="<?=$pay;?>">
</div></td>
</tr>
</table></td>
</tr>
<tr>
<td width="378">
<div align="center"><br>
<hr align="center" width="98%" color="#f2f2f6">
<br>
<?
if($strNum==0)
{
echo "<br><center><strong><font color=red>!ไม่มีรายการสินค้า</font></strong></center><br><br>";
}
?>
<input name="BtnContinute" type="button" class="button" id="BtnContinute" value="กลับไป" onClick="window.location='cart.php';">
<?
if($strNum>0)
{?>
<input name="BtnPayment" type="submit" class="button" id="BtnPayment" value="ยืนยันการสั่งซื้อ">
<?}?>
<br>
</div></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td width="378"> </td>
</tr>
</table>
</form>
<p class="style59"> </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, MySQL, HTML/CSS, CakePHP
|
ประวัติการแก้ไข 2010-11-06 15:26:44
|
|
|
|
|
Date :
2010-11-06 14:03:25 |
By :
494244091 |
View :
2630 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สมการก็ถูกไม่น่าพลาดนะครับ
Code (PHP)
if($_SESSION["strQuanlity"]>=20) {
$pay=$strTotal-(($strTotal*10)/100);
} elseif($_SESSION["strQuanlity"]>=10) {
$pay=$strTotal-(($strTotal*5)/100);
} else {
$pay=$strTotal;
}
|
|
|
|
|
Date :
2010-11-06 16:24:13 |
By :
adaaugusta |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$_SESSION["strQuanlity"] คือว่ามันมีปัญหาอยู่อ่าครับคิดว่าน่าจะเป็นตัวแปรนี้อ่าครับ ไม่ว่ามันจะสั่งซื้อกี่ชิ้นก็ตามมันจะตัดที่ 5%
|
|
|
|
|
Date :
2010-11-06 16:35:54 |
By :
494244091 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลอง echo $_SESSION["strQuanlity"]; ออกมาดูก็ดีนะครับ ว่ามันเก็บอะไรอยู่ ทำไมมันเข้าเงื่อนไข 5% ตลอดเลย
|
|
|
|
|
Date :
2010-11-06 17:09:15 |
By :
adaaugusta |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับที่เข้ามาช่วยกันตอบกระทู้ครับพอดีว่าทำได้แล้วครับ
|
|
|
|
|
Date :
2010-11-07 11:59:47 |
By :
494244091 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|