{template "top.html"}
{template "cat.html"}
我的购物车
填写核对订单信息
订单成功
温馨提示:
交易过程中请勿随意接收卖家发送的可疑文件,请勿点击不明来源的链接,付款前请务必详细核对支付信息!
商品名称
库存
数量
单价
促销单价
小计
操作
{loop $list $i $t}
{$t.title}
{$t.format}
{$t.quantity}
¥
{number_format($t.price, 2)}
{if $t.discount} ¥
{number_format($t.discount, 2)}
{else} 无 {/if}
¥
{number_format($t.total, 2)}
移除
{/loop}
商品总金额(不含运费):
¥
{$amount}
元
{template "footer.html"}