-
<{t}>商品金额<{/t}>:
<{$order_detail.cost_item|cur_odr:$order_detail.currency}>
-
<{t}>运费<{/t}>:
<{$order_detail.cost_freight|cur_odr:$order_detail.currency}>
<{if $order_detail.cost_protect > 0}>
-
<{t}>配送保价费<{/t}>:
<{$order_detail.cost_protect|cur_odr:$order_detail.currency}>
<{/if}>
<{if $order_detail.pmt_order && $order_detail.promotion_type != 'prepare'}>
-
<{t}>优惠金额<{/t}>:
<{if $order_detail.pmt_order < 0}>+<{(0-$order_detail.pmt_order)|cur_odr:$order_detail.currency}><{else}>-<{$order_detail.pmt_order|cur_odr:$order_detail.currency}><{/if}>
<{/if}>
<{if $order_detail.cost_payment > 0}>
-
<{t}>客户承担支付手续费<{/t}>:
<{$order_detail.cost_payment|cur_odr:$order_detail.currency}>
<{/if}>
<{if $order_detail.cost_tax>0}>
-
<{t}>开发票所需税金<{/t}>:
<{$order_detail.cost_tax|cur_odr:$order_detail.currency}>
<{/if}>
<{if $order_detail.totalConsumeScore <> 0 && $order_detail.promotion_type != 'prepare'}>
-
<{t}>消费积分<{/t}>:
<{$order_detail.totalConsumeScore}>
<{/if}>
<{if $order_detail.promotion_type != 'prepare'}>
-
<{if $order_detail.totalGainScore <> 0}>
(订单可得积分<{$order_detail.totalGainScore}>)
<{/if}>
总金额:
<{$order_detail.total_amount|cur_odr:$order_detail.currency}>
<{/if}>
<{if $order_detail.promotion_type == 'prepare' && $order_detail.prepare.preparesell_price < $order_detail.prepare.promotion_price}>
-
订单总金额:
<{$order_detail.total_amount|cur_odr:$order_detail.currency}>
-
预付订金:
<{$order_detail.prepare.preparesell_price |cur_odr:$order_detail.currency}>
<{/if}>
<{if $order_detail.promotion_type == 'prepare' && $order_detail.prepare.preparesell_price == $order_detail.prepare.promotion_price}>
-
订单总金额:
<{$order_detail.total_amount|cur_odr:$order_detail.currency}>
-
预付订金:
<{$order_detail.total_amount |cur_odr:$order_detail.currency}>
<{/if}>
<{if $order_detail.cost_freight == 0}>未包含运费<{/if}>
<{if !$is_fastbuy}>返回购物车 »<{/if}>
<{button type="submit" rel="_request" class="btn-import btn-big action-submit-order" label=$___b2c="提交订单"|t:'b2c'}>