<{t}>共需支付:<{/t}>
<{$order.amount.total-$order.amount.payed|cur:$order.currency}>
|
<{if $order.amount.total > $order.amount.payed}>
<{if $order.paytype=="OFFLINE"}>
{pay_offline}
<{elseif $order.payment==-1 || $order.paytype=="PAYAFT"}>
{pay_message}
<{else}>
<{if $order.paytype=="DEPOSIT"}>
<{t}>您选择了预存款支付<{/t}>
<{/if}>
<{t}>选择其他支付方式»<{/t}>
<{/if}>
<{else}>
订单不需要再支付,请等待我们处理
<{/if}>
|