Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > PHP > PHP Forum > รบกวนผู้รู้ช่วยดูโค๊ดส่วนลดในการซื้อสินค้าให้หน่อยครับ มันแสดงส่วนลดแปลกๆๆ



 

รบกวนผู้รู้ช่วยดูโค๊ดส่วนลดในการซื้อสินค้าให้หน่อยครับ มันแสดงส่วนลดแปลกๆๆ

 



Topic : 051267



โพสกระทู้ ( 9 )
บทความ ( 0 )



สถานะออฟไลน์




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">&nbsp;</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> &nbsp;ซื้อเกิน <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';">
                                          &nbsp; 
                                          <?
								  if($strNum>0)
								  {?>
                                          &nbsp; 
                                          <input name="BtnPayment" type="submit" class="button" id="BtnPayment" value="ยืนยันการสั่งซื้อ">
                                          <?}?>
                                          <br>
                                        </div></td>
                                    </tr>
                                  </table>
                                </div></td>
                            </tr>
                            <tr> 
                              <td>&nbsp;</td>
                            </tr>
                            <tr> 
                              <td width="378">&nbsp;</td>
                            </tr>
                          </table>
                        </form>
                        <p class="style59">&nbsp;</p>
                        <p class="style59">&nbsp;</p>
                        <p class="style59">&nbsp;</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
Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2010-11-06 14:03:25 By : 494244091 View : 2630 Reply : 4
 

 

No. 1



โพสกระทู้ ( 1,025 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Twitter Facebook Hi5 Blogger

สมการก็ถูกไม่น่าพลาดนะครับ
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
 


 

No. 2



โพสกระทู้ ( 9 )
บทความ ( 0 )



สถานะออฟไลน์


$_SESSION["strQuanlity"] คือว่ามันมีปัญหาอยู่อ่าครับคิดว่าน่าจะเป็นตัวแปรนี้อ่าครับ ไม่ว่ามันจะสั่งซื้อกี่ชิ้นก็ตามมันจะตัดที่ 5%
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-06 16:35:54 By : 494244091
 

 

No. 3



โพสกระทู้ ( 1,025 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์
Twitter Facebook Hi5 Blogger

ลอง echo $_SESSION["strQuanlity"]; ออกมาดูก็ดีนะครับ ว่ามันเก็บอะไรอยู่ ทำไมมันเข้าเงื่อนไข 5% ตลอดเลย
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-06 17:09:15 By : adaaugusta
 


 

No. 4



โพสกระทู้ ( 9 )
บทความ ( 0 )



สถานะออฟไลน์


ขอบคุณครับที่เข้ามาช่วยกันตอบกระทู้ครับพอดีว่าทำได้แล้วครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-07 11:59:47 By : 494244091
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : รบกวนผู้รู้ช่วยดูโค๊ดส่วนลดในการซื้อสินค้าให้หน่อยครับ มันแสดงส่วนลดแปลกๆๆ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 01
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่