Browse Source

Delete shops_action_payment.htm

tags/6.2.5
tianya 1 year ago
parent
commit
2208530c14
1 changed files with 0 additions and 69 deletions
  1. +0
    -69
      src/theme/plus/shops_action_payment.htm

+ 0
- 69
src/theme/plus/shops_action_payment.htm View File

@@ -1,69 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title>下单购买{dede:var.carts.orders_id/}-<?php echo $cfg_webname;?></title>
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/style.css">
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script>
</head>
<body>
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<div class="row">
<div class="col-md-12">
<h4 class="mb-3">商品购买</h4>
<table cellpadding="0" cellspacing="0" class="flow">
<tr>
<td>下单购买</td>
<td class="thisclass">买家付款</td>
<td>确认收货</td>
<td>交易结束 </td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" class="table">
<thead>
<tr>
<td colspan="6">确认订单并付款</td>
</tr>
</thead>
<tbody>
<tr>
<td width="180">订单编号:</td>
<td>{dede:var.carts.orders_id/}</td>
</tr>
<tr>
<td width="180">商品总数:</td>
<td>{dede:var.carts.cart_count/}件</td>
</tr>
<tr>
<td width="180">订单价格:</td>
<td><strong id="priceCount">{dede:var.carts.price_count/}</strong> 元</td>
</tr>
<tr>
<td width="180">配送方式:</td>
<td>{dede:var.pay_name/}</td>
</tr>
<tr>
<td width="180">支付方式:</td>
<td>{dede:var.pay_way/}</td>
</tr>
<tr>
<td width="180">支付信息:</td>
<td>{dede:var.description/}</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2">{dede:var.button/}</td>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

Loading…
Cancel
Save