|
|
|
ช่วยดูโค้ดแสดงใบสั่งซื้อให้หน่อยนะคะ ข้อมูลมันแสดงไม่ครบแล้วข้อมูลในตะกร้าสินค้ามันไม่แสดง |
|
|
|
|
|
|
|
ช่วยดูโค้ดแสดงใบสั่งซื้อให้หน่วยนะค่ะ ข้อมูลใบสั่งซื้อไม่ขึ้นอะและข้อมูลตในตะกร้าสินค้าไม่ขึ้น
นี้โค้ด
Code (PHP)
<?
ob_start();
session_start();
$cart=$_SESSION["cart"];
$username=$_SESSION["username"];
?>
<?
include"chksession.php";
include"function.php";
include"connect.php";
mysql_query("SET NAMES utf8") or die (mysql_error());
$sql="select*from member where username='$sess_username'";
$id_order=mysql_insert_id();
$re=mysql_db_query($db,$sql);
$record=mysql_fetch_array($re);
$id=$record["id"];
$username= $record["username"];
$name= $record["name"];
$surname= $record["surname"];
$email=$record["email"];
$address= $record["address"];
$phone= $record["phone"];
$day=$record["day"];
mysql_close();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.style3 {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #000000;
}
.style21 {font-family: Geneva, Arial, Helvetica, sans-serif; color: #000000; font-weight: bold; }
.style18 {
font-size: 18px;
color: #000000;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.style4 {font-size: 18px;
color: #FF0000;
}
.style17 {
font-size: 18px;
color: #FF0000;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
}
-->
</style>
</head>
<body>
<div align="center">
<table width="899" height="865" border="1">
<tr>
<td align="center" valign="top"><table width="713" height="272" border="0" align="center">
<tr>
<td><h3 align="center" class="style1"> ร้านขายตุ๊กตาโครเชต์</h3>
<h3 align="center" class="style1"> 189/2 หมู่ 2 ต. ธงชัย อ. บางสะพาน จ. ประจวบคีรีขันธ์ 77190 </h3>
<h3 align="center" class="style1"> โทร 084-3208468 </h3>
<h3 align="center" class="style1">ใบสั่งซื้อสินค้า</h3></td>
</tr>
<tr>
<td><div align="left" class="style1">
<div align="left">เลขที่ใบสั่งซื้อ
<?=$_GET[id];?>
</div>
</div></td>
</tr>
<tr>
<td><div align="left" class="style1">ชื่อ <span class="style3"><? echo $name;?></span> นามสกุล <span class="style3"><? echo $surname;?></span> </div></td>
</tr>
<tr>
<td><div align="left" class="style1">ที่อยู่ <? echo $address; ?> </div></td>
</tr>
<tr>
<td><div align="left" class="style1">เบอร์โทรศัพท์ <span class="style3"><? echo $phone;?></span> </div></td>
</tr>
<tr>
<td><div align="left" class="style1">วันที่ <? echo $day?> </div></td>
</tr>
</table>
<p> </p>
<div align="center" class="style3">
<div align="center" class="style3"></div>
<?
if(sizeof($cart) > 0 ){ ?>
<table width="73%" border="1" align="center"cellpadding="6" cellspacing="1" bordercolor="#000000">
<tr>
<th width="60" class="style3">ลำดับที่</th>
<th width="87" class="style3">ชื่อสินค้า</th>
<th width="53" class="style3">ราคา</th>
<th width="78" class="style3">จำนวน</th>
<th width="85" class="style3">ค่าจัดส่ง</th>
<th width="74" class="style3">ราคารวม</th>
</tr>
<? $i=0;
$sum=0;
foreach($cart as $id => $item){
?>
<tr>
<td align="center" class="style3"><?=$i+1?></td>
<td class="style3"><?=$item["name"]?></td>
<td align="right" class="style3"><?=number_format($item["price2"])?></td>
<td align="center" class="style3"><input type="text"name="amount1[<?=$id?>]" size="2" value="<?=$item["amount1"]?>"style="text-align:right"/>
</td>
<td align="right" class="style3"><?=number_format($item["price3"])?></td>
<td align="right" class="style3"><?=number_format($item["price2"]*$item["amount1"]+$item["price3"])?></td>
</tr>
<? $sum+=$item["price2"]*$item["amount1"]+$item["price3"];
$i++;
}
?>
<tr>
<td colspan="5"align="right" class="style21">ราคารวมทั้งหมด</td>
<td align="right" class="style3"><?=number_format($sum)?></td>
</tr>
</table>
<? } else { ?>
<?
//echo"<center><font color='red'><b>ไม่มีสินค้าในตะกร้า</b></font></center><BR>";
//echo "<meta http-equiv='refresh' content='2;url=index.php'>";
//exit();
?>
<? } ?>
</div>
<p align="left" class="style3"><span class="style17">กรุณาแจ้งมาทางร้านด้วยค่ะเพื่อความรวดเร็วในการจัดส่งสินค้า</span></p>
<p align="left" class="style18"> โอนเงินผ่านบัญชี</p>
<table width="617" border="0" align="center">
<tr>
<td width="341" valign="top" class="style18"><div align="left">ชื่อบัญชี คุณรุ่งอรุณ ปานสีสุข </div></td>
<td width="266" valign="top" class="style18"><div align="left">ประเภทบัญชี ออมทรัพย์ </div></td>
</tr>
<tr>
<td valign="top" class="style18"><div align="left">ธนาคารกรุงไทย ( สาขาพระนครคีรี ) </div></td>
<td valign="top" class="style18"><div align="left">เลขที่บัญชี 7310157788</div></td>
</tr>
<tr>
<td valign="top" class="style18">เบอร์โทรศัพท์ 084-3208468</td>
<td valign="top" class="style18"> </td>
</tr>
</table>
<p align="left" class="style4"> </p>
<p align="left" class="style4"> </p>
<p align="left" class="style4"> </p>
<p align="center" class="style3">
<input type="submit" name="Submit" value="พิมพ์ใบสั่งซื้อ"onClick="window.print();">
<input name="reset" type="submit" id="reset" value="ยกเลิก" onClick="window.location='main.php'">
</p></td>
</tr>
</table>
<p> </p>
<div align="center" class="style3"><span class="style3"> </span> </div>
<p class="style3"> </p>
<p align="left" class="style3"><span class="style17"></span></p>
<h2 align="left" class="style3"> </h2>
</div>
</body>
</html>
Tag : PHP, MySQL, HTML/CSS, JavaScript, Web (ASP.NET)
|
|
|
|
|
|
Date :
2011-12-29 10:45:53 |
By :
friend |
View :
949 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มี error ว่ายังไงบ้างครับ
|
|
|
|
|
Date :
2011-12-29 14:56:50 |
By :
yogolas |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันไม่มีerrorเลย
|
|
|
|
|
Date :
2011-12-30 20:34:08 |
By :
friend |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองตรวจสอบค่าทั้งหมดที่ส่งมาดู ว่ามีค่าป่าว
ถ้าไม่เออเรอ แสดงว่าคำสั่งอาจไม่ผิด แต่อาจไม่มีค่าส่งมา
|
|
|
|
|
Date :
2011-12-31 10:11:23 |
By :
บังเอิญผ่านมาเห็น |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|