<{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}>
|