<{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.pmt_amount > 0}>
<{t}>使用优惠方案名称:<{/t}> |
<{$order.use_pmt}> |
<{t}>优惠券抵扣金额:<{/t}> |
<{$order.pmt_amount|cur}> |
<{/if}>
<{if $order.discount != 0}>
<{if $order.discount lt 0 }>
<{t}>订单减免:<{/t}>
<{else}>
<{t}>订单涨价:<{/t}>
<{/if}>
|
<{$order.discount|abs|cur}> |
<{/if}>
<{t}>订单总额:<{/t}> |
<{$order.total_amount|amount}>
|
<{t}>已支付金额:<{/t}> |
<{$order.payed|cur:$order.currency}> |
<{if $order.cur_rate != 1}>
<{t}>货币:<{/t}> |
<{$order.cur_name}> |
<{t}>汇率:<{/t}> |
<{$order.cur_rate}> |
<{t}>结算货币金额:<{/t}> |
<{$order.final_amount|cur:$order.currency:false:true}> |
<{/if}>
|
<{t}>订单其他信息<{/t}>
<{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}>
<{foreach from=$order.extendCon item=item key=key}>
<{$item}>
<{/foreach}>
|
<{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}>
<{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.area|region}> |
Email: |
<{$order.member.email}> |
<{t}>省份:<{/t}> |
<{$order.member.province}> |
<{t}>邮编:<{/t}> |
<{$order.member.zip}> |
<{t}>地址:<{/t}> |
<{$order.member.addr|escape:'html'}> |
Email: |
<{$order.member.email}> |
<{foreach from=$tree item=contact name=contact}>
<{$contact.attr_name}>: |
<{if $contact.attr_tyname eq 'QQ' && $contact.value !=''}>
<{/if}>
<{if $contact.attr_tyname eq '旺旺' && $contact.value !=''}>
<{/if}>
<{if $contact.attr_tyname eq 'Skype' && $contact.value !=''}>
<{/if}>
|
<{/foreach}>
<{else}>
<{t}>非会员顾客<{/t}> | |
<{/if}>
|
<{if $order.is_delivery == 'Y'}>
<{t}>收货人信息<{/t}>
<{t}>复制收货人信息<{/t}>
<{help}>
<{t}>此功能按照将收货人信息整合后复制到剪贴板,方便店主粘贴至目标位置,如:给顾客确认地址的邮件<{/t}>
<{t}>复制格式:<{/t}>
<{t}>地区,地址,姓名,电话,手机,邮编<{/t}>
<{/help}>
<{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_area|region}> |
<{t}>地址:<{/t}> |
<{$order.ship_addr|escape:'html'}> |
<{t}>邮编:<{/t}> |
<{$order.ship_zip|escape:'html'}> |
<{if !$order.member_id}>
Email: |
<{$order.ship_email}> |
<{/if}>
<{/if}>
|