国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
2.5KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>下单购买 - {dede:var.carts.orders_id/}</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset={dede:global.cfg_soft_lang/}" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/css/bootstrap.min.css">
  8. <link href="{dede:global.cfg_cmsurl/}/static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  9. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/css/dede.css">
  10. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/css/index.css">
  11. <script src="{dede:global.cfg_cmsurl/}/static/js/jquery.min.js"></script>
  12. </head>
  13. <body class="buycarpage">
  14. <?php include(DEDETEMPLATE."/plus/plus_header.htm") ;?>
  15. <div class="container">
  16. <div class="sp-title"><h3>商品购买</h3></div>
  17. <div class="buycar">
  18. <table cellpadding="0" cellspacing="0" class="flow">
  19. <tr>
  20. <td>下单购买</td>
  21. <td class="thisclass">买家付款</td>
  22. <td>确认收货</td>
  23. <td>交易结束 </td>
  24. </tr>
  25. </table>
  26. <table width="100%" border="0" cellpadding="0" cellspacing="0" class="table">
  27. <thead>
  28. <tr>
  29. <td colspan="6">确认订单并付款</td>
  30. </tr>
  31. </thead>
  32. <tbody>
  33. <tr>
  34. <td width="180" class="td1">订单编号:</td>
  35. <td><strong>{dede:var.carts.orders_id/}</strong></td>
  36. </tr>
  37. <tr>
  38. <td width="180" class="td1">商品总数:</td>
  39. <td><strong>{dede:var.carts.cart_count/}件</strong></td>
  40. </tr>
  41. <tr>
  42. <td width="180" class="td1">订单价格:</td>
  43. <td><strong class="fc-f60" id="priceCount">{dede:var.carts.price_count/}</strong> 元</td>
  44. </tr>
  45. <tr>
  46. <td width="180" class="td1">配送方式:</td>
  47. <td><strong>{dede:var.pay_name/}</strong></td>
  48. </tr>
  49. <tr>
  50. <td width="180" class="td1">支付方式:</td>
  51. <td><strong>{dede:var.pay_way/}</strong></td>
  52. </tr>
  53. <tr>
  54. <td width="180" class="td1">支付信息:</td>
  55. <td><strong>{dede:var.description/}</strong></td>
  56. </tr>
  57. </tbody>
  58. <tfoot>
  59. <tr>
  60. <td colspan="2">
  61. {dede:var.button/}
  62. </td>
  63. </tr>
  64. </tfoot>
  65. </table>
  66. </div>
  67. </div>
  68. <?php include(DEDETEMPLATE."/plus/plus_footer.htm") ;?>
  69. </body>
  70. </html>