{include="style"} {include="nav"}

支付页面DEMO

介绍支付流程,支付选择,支付确认等操作

订单确认

{foreach $carts as $v} {if($v['info'])}
¥{$v['price']*$v['num']}

{$v['info']['title']}

{fun newstr($v['info']['description'],30)}

{else}
¥{$v['price']*$v['num']}

[商品已下架]

{/if} {/foreach}
折扣¥{$order['discount']}
运费¥{$order['yunfei']}
合计¥{$order['price']}

收货信息

{if($webconf['paytype']==0)}
{/if}
{if($webconf['paytype']!=0)}

支付方式

支付宝
微信支付
{/if}
{include="footer"}