商品金额:
<{$order_detail.cost_item|cur_odr:$order_detail.currency}>
运费:
<{$order_detail.cost_freight|cur_odr:$order_detail.currency}>
<{if $order_detail.cost_protect > 0}>
配送保价费:
<{$order_detail.cost_protect|cur_odr:$order_detail.currency}>
<{/if}> <{if $order_detail.pmt_order && $order_detail.promotion_type != 'prepare'}>
优惠金额:
<{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}>
客户承担支付手续费
<{$order_detail.cost_payment|cur_odr:$order_detail.currency}>
<{/if}> <{if $order_detail.cost_tax>0}>
开发票所需税金:
<{$order_detail.cost_tax|cur_odr:$order_detail.currency}>
<{/if}> <{if $order_detail.totalConsumeScore <> 0 && $order_detail.promotion_type != 'prepare'}>
消费积分:
<{$order_detail.totalConsumeScore}>
<{/if}> <{if $order_detail.totalGainScore <> 0 && $order_detail.promotion_type != 'prepare'}>
订单可得积分:
<{$order_detail.totalGainScore}>
<{/if}> <{if $order_detail.promotion_type != 'prepare'}>
总金额:
<{$order_detail.total_amount|cur_odr:$order_detail.currency}>
<{/if}> <{if $order_detail.promotion_type == 'prepare'}>
订单总金额:
<{$order_detail.total_amount|cur_odr:$order_detail.currency}>
预付金额:
<{$order_detail.prepare.preparesell_price |cur_odr:$order_detail.currency}>
<{/if}>