<{t}>商品价格<{/t}>
| <{t}>商品总额:<{/t}> |
<{$order.cost_item|cur}> |
| <{t}>配送费用:<{/t}> |
<{$order.cost_freight|cur}> |
<{if $order.is_protect == 'true'}>
| <{t}>保价费用:<{/t}> |
<{$order.cost_protect|cur}> |
<{/if}>
<{if $order.cost_payment > 0}>
| <{t}>支付手续费:<{/t}> |
<{$order.cost_payment|cur}> |
<{/if}>
<{if $order.is_tax == 'true'}>
| <{t}>商品税金:<{/t}> |
<{$order.cost_tax|cur}> |
<{/if}>
<{if $order.use_pmt != '' && $order.pmt_amount > 0}>
| <{t}>使用优惠方案名称:<{/t}> |
<{$order.use_pmt}> |
| <{t}>优惠券抵扣金额:<{/t}> |
<{$order.pmt_amount|cur}> |
<{/if}>
<{if $order.discount > 0}>
| <{t}>订单减免:<{/t}> |
<{$order.discount|cur}> |
<{/if}>
| <{t}>订单总额:<{/t}> |
<{$order.total_amount|cur}> |
| <{t}>已支付金额:<{/t}> |
<{$order.payed|cur}> |
<{if $order.cur_rate != 1}>
| <{t}>货币:<{/t}> |
<{$order.cur_name}> |
| <{t}>汇率:<{/t}> |
<{$order.cur_rate}> |
| <{t}>结算货币金额:<{/t}> |
<{$order.final_amount|cur}> |
<{/if}>
|
<{t}>订单其他信息<{/t}>
| <{t}>配送地区:<{/t}> |
<{$order.shipping_area}> |
| <{t}>配送方式:<{/t}> |
<{$order.shipping}> |
| <{t}>配送保价:<{/t}> |
<{if $order.is_protect == 'true'}><{t}>是<{/t}><{else}><{t}>否<{/t}><{/if}> |
| <{t}>商品重量:<{/t}> |
<{$order.weight+0}> g |
| <{t}>支付方式:<{/t}> |
<{$order.payment}> |
| <{t}>是否开票:<{/t}> |
<{if $order.is_tax == 'true'}><{t}>是<{/t}><{else}><{t}>否<{/t}><{/if}> |
<{if $order.is_tax == 'true'}>
| <{t}>发票抬头:<{/t}> |
<{$order.tax_company}> |
<{/if}>
| <{t}>可得积分:<{/t}> |
<{$order.score_g+0}> |
| <{t}>订单备注:<{/t}> |
<{$order.memo|escape:'html'}> |
|
<{t}>购买人信息<{/t}>
<{if $order.member_id > 0}>
| <{t}>用户名:<{/t}> |
<{$order.member.uname}> |
| <{t}>姓名:<{/t}> |
<{$order.member.name|escape:'html'}> |
| <{t}>电话:<{/t}> |
<{$order.member.tel}> |
| <{t}>地址:<{/t}> |
<{$order.member.addr|escape:'html'}> |
<{else}>
| <{t}>非会员顾客<{/t}> |
|
<{/if}>
|
<{if $order.is_delivery == 'Y'}>
<{t}>收货人信息<{/t}>
| <{t}>发货日期:<{/t}> |
<{$order.ship_time}> |
| <{t}>姓名:<{/t}> |
<{$order.ship_name|escape:'html'}> |
| <{t}>电话:<{/t}> |
<{$order.ship_tel}> |
| <{t}>手机:<{/t}> |
<{$order.ship_mobile}> |
| <{t}>地址:<{/t}> |
<{$order.ship_addr|escape:'html'}> |
| <{t}>邮编:<{/t}> |
<{$order.ship_zip|escape:'html'}> |
| Email: |
<{$order.ship_email}> |
<{/if}>
|