| <{t}>商品总金额:<{/t}> |
<{$order.cost_item|cur_odr:$order.currency}> |
| <{t}>配送费用:<{/t}> |
<{$order.shipping.cost_shipping|cur_odr:$order.currency}> |
<{if $order.shipping.is_protect == 'true'}>
| <{t}>保价费用:<{/t}> |
<{$order.shipping.cost_protect|cur_odr:$order.currency}> |
<{/if}>
<{if $order.payinfo.cost_payment > 0}>
| <{t}>支付费用:<{/t}> |
<{$order.payinfo.cost_payment|cur_odr:$order.currency}> |
<{/if}>
<{$discount_html}>
<{if $order.score_g > 0}>
| <{t}>您可获得积分:<{/t}> |
<{$order.score_g+0}> |
<{/if}>
<{if $order.pmt_order > 0}>
| <{t}>优惠金额:<{/t}> |
-<{$order.pmt_order|cur_odr:$order.currency}> |
<{/if}>
<{if $order.is_tax == 'true'}>
| <{t}>税金:<{/t}> |
<{$order.cost_tax|cur_odr:$order.currency}> |
<{if !$invoice_detail}>
| <{t}>发票抬头:<{/t}> |
<{$order.tax_title|escape:'html'}> |
<{/if}>
<{/if}>
<{$invoice_data}>
<{if $order.discount != 0}>
| <{t}>订单减免:<{/t}> |
<{if $order.discount lt 0}>-<{else}>+<{/if}><{$order.discount|abs|cur_odr:$order.currency}> |
<{/if}>
| <{t}>订单总金额:<{/t}> |
<{$order.total_amount|cur_odr:$order.currency}> |
<{if $order.payed > 0}>
| <{t}>已付金额:<{/t}> |
<{$order.payed|cur_odr:$order.currency:false:true}> |
<{/if}>
<{if $order.cur_rate != 1}>
| <{t}>货币汇率:<{/t}> |
<{$order.cur_rate}> |
| <{t}>货币结算金额:<{/t}> |
<{$order.cur_amount|cur_odr:$order.currency:false:true}> |
<{/if}>