<{t}>商品价格<{/t}>
<{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}>
<{if $order.is_tax == 'true'}>
<{t}>税金:<{/t}> |
<{$order.cost_tax|cur_odr:$order.currency}> |
<{/if}>
<{if $order.pmt_order > 0}>
<{t}>使用优惠方案名称:<{/t}> |
<{$order.use_pmt}> |
<{t}>优惠抵扣金额:<{/t}> |
<{$order.pmt_order|cur_odr:$order.currency}> |
<{/if}>
<{if $order.discount != 0}>
<{t}>订单减免:<{/t}> |
<{$order.discount|cur_odr:$order.currency}> |
<{/if}>
<{t}>订单总额:<{/t}> |
<{$order.total_amount|cur_odr:$order.currency}> |
<{t}>已支付金额:<{/t}> |
<{$order.payed|cur_odr:$order.currency:false:true}> |
<{t}>积分抵扣金额:<{/t}> |
<{$order.order_chgpointmoney|cur_odr:$order.currency:false:true}> |
<{if $order.cur_rate != 1}>
<{t}>货币:<{/t}> |
<{$order.currency}> |
<{t}>汇率:<{/t}> |
<{$order.cur_rate}> |
<{t}>结算货币金额:<{/t}> |
<{$order.cur_amount|cur_odr:$order.currency:false:true}> |
<{/if}>
|
<{t}>订单其他信息<{/t}>
<{t}>配送方式:<{/t}> |
<{$order.shipping.shipping_name}> |
<{t}>配送保价:<{/t}> |
<{if $order.shipping.is_protect == 'true'}><{t}>是<{/t}><{else}><{t}>否<{/t}><{/if}> |
<{t}>商品重量:<{/t}> |
<{$order.weight+0}> g |
<{t}>支付方式:<{/t}> |
<{$order.payinfo.pay_app_id}>
<{foreach from=$order.extendCon item=item key=key}>
<{$item}>
<{/foreach}>
|
<{t}>可得积分:<{/t}> |
<{$order.score_g+0}> |
<{if $services.logisticstrack}>
<{t}>快递单跟踪:<{/t}> |
<{t}>去查看<{/t}> |
<{/if}>
|
<{if $order.is_tax == 'true' && !$invoice_detail}>
<{t}>发票信息<{/t}>
<{t}>发票类型:<{/t}> |
<{if $order.tax_type=='company'}>
<{t}>公司<{/t}> |
<{else}>
<{t}>个人<{/t}> |
<{/if}>
<{t}>发票内容:<{/t}> |
<{if $order.tax_content}>
<{$order.tax_content}> |
<{else}>
无 |
<{/if}>
<{t}>发票抬头:<{/t}> |
<{if $order.tax_title}>
<{$order.tax_title}> |
<{else}>
无 |
<{/if}>
<{$invoice_data}>
<{t}>税金:<{/t}> |
<{$order.cost_tax|cur_odr:$order.currency}> |
|
<{/if}>
<{t}>购买人信息<{/t}>
<{if $order.member_id > 0}>
<{t}>用户名:<{/t}> |
<{$order.member.pam_account.local.login_account}> |
<{t}>姓名:<{/t}> |
<{$order.member.contact.name|escape:'html'}> |
<{t}>电话:<{/t}> |
<{$order.member.contact.phone.telephone}> |
<{t}>地区:<{/t}> |
<{$order.member.contact.area}> |
<{t}>手机:<{/t}> |
<{$order.member.pam_account.mobile.login_account}> |
Email: |
<{$order.member.pam_account.email.login_account}> |
<{if $tree}>
<{foreach from=$tree item=contact name=contact}>
<{$contact.attr_name}>: |
<{if $contact.attr_tyname eq 'QQ' && $contact.value !=''}>
<{/if}><{if $contact.attr_tyname eq 'MSN' && $contact.value !=''}>
<{/if}>
<{if $contact.attr_tyname eq $___b2c='旺旺'|t:'b2c' && $contact.value !=''}>
<{/if}>
<{if $contact.attr_tyname eq 'Skype' && $contact.value !=''}>
<{/if}>
|
<{/foreach}>
<{/if}>
<{/if}>
|
<{if $order.is_delivery == 'Y'}>
<{t}>收货人信息<{/t}>
<{help}><{t}>此功能按照将收货人信息整合后复制到剪贴板,方便店主粘贴至目标位置,如:给顾客确认地址的邮件<{/t}>
<{t}>复制格式:<{/t}> <{t}>地区,地址,姓名,电话,手机,邮编<{/t}><{/help}>
<{if $site_checkout_receivermore_open != 'true'}>
<{t}>发货日期:<{/t}> |
<{$order.consignee.r_time}> |
<{/if}>
<{t}>姓名:<{/t}> |
<{$order.consignee.name|escape:'html'}> |
<{t}>电话:<{/t}> |
<{$order.consignee.telephone}> |
<{t}>手机:<{/t}> |
<{$order.consignee.mobile}> |
<{t}>地区:<{/t}> |
<{$order.consignee.area}> |
<{t}>地址:<{/t}> |
<{$order.consignee.addr|escape:'html'}> |
<{t}>邮编:<{/t}> |
<{$order.consignee.zip|escape:'html'}> |
<{if !$order.member_id}>
Email: |
<{$order.consignee.email}> |
<{/if}>
<{/if}>
|