<table width="750" align="center" border="0" cellpadding="0" cellspacing="0"> <tr bgcolor="#e8e8e8"> <td width="100" height="30"><center><font size="2"><b>รหัสสินค้า</b></font></center></td> <td width="410"><center><font size="2"><b>ชื่อสินค้า</b></font></center></td> <td width="40"><center><font size="2"><b>จำนวน</b></font></center></td> <td width="100"><center><font size="2"><b>ราคา</b></font></center></td> <td width="100"><center><font size="2"><b>รวม</b></font></center></td> </tr> <? for ($i=0;$i<count($sess_id);$i++) { $total_unit=$sess_num[$i]*$sess_price[$i]; $total=$total+$total_unit; $code=sprintf("%05d",$sess_id[$i]); ?> <tr> <td height="30"><center><font size="2"><?=$code?></font></center></td> <td><font size="2"><?=$sess_name[$i]?></font></td> <td><center><font size="2"><?=$sess_num[$i]?></font></center></td> <td><center><font size="2"><? $comma=number_format( $sess_price[$i] ); echo "$comma"; ?></font></center></td> <td><center><font size="2"><? $comma1=number_format( $total_unit ); echo "$comma1"; ?></font></center></td> </tr> <? } ?> </table><br> <? $comma2=number_format( $total ); echo "<font color='#990000' size=+2><b>จำนวนเงินทั้งหมด $comma2 บาท</b></font>"; $_SESSION['total']=$total;?> <br><? if ($total>=5000 and $total<=9999) { $cal=5/100*$total; $show=$total-$cal; $_SESSION['total']=$show; $comma3=number_format( $show ); echo "<font color='#990000' size=+2><b>คุณมีส่วนลด 5% ยอดเงินที่ทั้งหมด คือ ".$comma3." บาท</font>"; } else if ($total>=10000) { $cal=10/100*$total; $show=$total-$cal; $_SESSION['total']=$show; $comma3=number_format( $show ); echo "<font color='#990000' size=+2><b>คุณมีส่วนลด 10% ยอดเงินที่ทั้งหมด คือ ".$comma3." บาท</font>"; }?><br> <input type="submit" value="สั่งซื้อสินค้า"> <input type="reset" value="reset"> <input type="hidden" name="total_order" value="<?=$total?>"> </p> </form> <? } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง