{template '_header'}
收银台
订单编号
{$order['ordersn']}
订单金额
¥{php echo number_format($order['price'],2)}
{if $order['price'] == 0}
确认支付
{else} {if $wechat['success'] || (is_h5app() &&$payinfo['wechat'])}
微信支付
微信安全支付
{/if} {if ($alipay['success'] && !is_h5app()) || (is_h5app() &&$payinfo['alipay'])}
支付宝支付
使用支付宝进行支付
{/if} {if $credit['success']}
{$_W['shopset']['trade']['moneytext']}支付
当前{$_W['shopset']['trade']['moneytext']}: ¥{php echo number_format($member['credit2'],2)}
{/if} {if $cash['success']}
货到付款
收到商品后进行付款
{/if} {/if}
{template 'order/pay/wechat_jie'}
{if is_ios()} {php $initWX=true} {/if} {template '_footer'}