<{t}>为订单付款<{/t}>

" method="post">

<{t}>订单编号:<{/t}><{$order.order_id}>

<{t}>查看详细<{/t}>
<{t}>共需支付<{/t}>

<{$order.amount.total-$order.amount.payed|cur:$order.currency}>

<{if $order.selecttype}>
<{require file="common/paymethod.html"}>
<{else}>
<{if $order.amount.total > $order.amount.payed}> <{if $order.paytype=="OFFLINE"}> <{t}>您选择了线下支付,请根据支付方式说明进行付款,付款后可通过网站信息联系我们。<{/t}>
<{t}>选择其他支付方式»<{/t}> <{elseif $order.payment==-1 || $order.paytype=="PAYAFT"}> <{t}>您选择了到货付款<{/t}>
<{t}>选择其他支付方式»<{/t}> <{else}> <{if $order.paytype=="DEPOSIT"}> <{t}>您选择了预存款支付<{/t}> <{else}> <{t}>您选择了:<{/t}><{$order.paymethod}> <{/if}>
<{t}>选择其他支付方式»<{/t}>
<{/if}> <{else}>订单不需要再支付,请等待我们处理<{/if}>
<{/if}>