<{if $order.status == 'dead'}>
<{t}>订单已作废<{/t}> <{if $action_buttons && array_key_exists('delete',$action_buttons.re_sequence)}>
<{if $action_buttons.re_sequence.delete.flow}><{/if}> <{if $action_buttons.re_sequence.delete.disable}><{/if}> <{button type="button" label=$action_buttons.re_sequence.delete.label app=$action_buttons.re_sequence.delete.app confirm=$action_buttons.re_sequence.delete.confirm act=$action_buttons.re_sequence.delete.act }>
<{/if}>
<{elseif $order.status == 'finish'}> <{t}>已完成订单<{/t}> <{else}>
<{if $action_buttons}> <{foreach from=$action_buttons key=key item=item}> <{if $key=='sequence'}>
<{t}>( 订 )单操作:<{/t}>
<{else}>
<{t}>( 退 )单操作:<{/t}>
<{/if}> <{foreach from=$item key=subkey item=subitem}>
<{if $subitem.flow}><{/if}> <{if $subitem.disable}><{/if}> <{button type="button" label=$subitem.label app=$subitem.app confirm=$subitem.confirm act=$subitem.act }> 
<{/foreach}> <{/foreach}> <{/if}> <{if $ext_action_buttons}>
 
<{foreach from=$ext_action_buttons key=key item=item}>
<{if $item.disabled == 'true'}> <{/if}> <{if $item.app}> <{assign var="appli" value=$item.app}> <{else}> <{assign var="appli" value="b2c"}> <{/if}> <{button type="button" label=$item.text app=$appli confirm=$item.confirm act=$item.act }> 
<{/foreach}> <{/if}>
<{/if}>
<{assign var="order_id" value=$order.order_id}> <{if $is_bklinks == 'true'}> <{input type='refer' id=$order.order_id ident='order' name='order' show='refer_id,refer_url'}> <{/if}> <{if $order_cancel_reason!=null}> <{/if}>
<{if count($giftItems) > 0}>
<{foreach from=$giftItems item=aGift}> <{/foreach}>
<{t}>赠品名称与购买量<{/t}>
<{$aGift.name}>x <{$aGift.nums}>
<{/if}>
<{if $order.is_tax == 'true' && !$invoice_detail}> <{/if}>
<{t}>商品价格<{/t}>
<{if $order.shipping.is_protect == 'true'}> <{/if}> <{if $order.payinfo.cost_payment > 0}> <{/if}> <{if $order.is_tax == 'true'}> <{/if}> <{if $order.pmt_order > 0}> <{/if}> <{if $order.discount != 0}> <{/if}> <{if $order.cur_rate != 1}> <{/if}>
<{t}>商品总额:<{/t}> <{$order.cost_item|cur_odr:$order.currency}>
<{t}>配送费用:<{/t}> <{$order.shipping.cost_shipping|cur_odr:$order.currency}>
<{t}>保价费用:<{/t}> <{$order.shipping.cost_protect|cur_odr:$order.currency}>
<{t}>支付手续费:<{/t}> <{$order.payinfo.cost_payment|cur_odr:$order.currency}>
<{t}>税金:<{/t}> <{$order.cost_tax|cur_odr:$order.currency}>
<{t}>使用优惠方案名称:<{/t}> <{$order.use_pmt}>
<{t}>优惠抵扣金额:<{/t}> <{$order.pmt_order|cur_odr:$order.currency}>
<{t}>订单减免:<{/t}> <{$order.discount|cur_odr:$order.currency}>
<{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}>
<{t}>货币:<{/t}> <{$order.currency}>
<{t}>汇率:<{/t}> <{$order.cur_rate}>
<{t}>结算货币金额:<{/t}> <{$order.cur_amount|cur_odr:$order.currency:false:true}>
<{t}>订单其他信息<{/t}>
<{if $services.logisticstrack}> <{/if}>
<{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}>
<{t}>快递单跟踪:<{/t}> <{t}>去查看<{/t}>
<{t}>发票信息<{/t}>
<{if $order.tax_type=='company'}> <{else}> <{/if}> <{if $order.tax_content}> <{else}> <{/if}> <{if $order.tax_title}> <{else}> <{/if}> <{$invoice_data}>
<{t}>发票类型:<{/t}><{t}>公司<{/t}><{t}>个人<{/t}>
<{t}>发票内容:<{/t}><{$order.tax_content}>
<{t}>发票抬头:<{/t}><{$order.tax_title}>
<{t}>税金:<{/t}> <{$order.cost_tax|cur_odr:$order.currency}>
<{t}>购买人信息<{/t}>
<{if $order.member_id > 0}> <{if $tree}> <{foreach from=$tree item=contact name=contact}> <{/foreach}> <{/if}> <{/if}>
<{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}>
<{$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 !=''}> Call me! <{/if}>
<{if $order.is_delivery == 'Y'}>
<{t}>收货人信息<{/t}>   <{help}><{t}>此功能按照将收货人信息整合后复制到剪贴板,方便店主粘贴至目标位置,如:给顾客确认地址的邮件<{/t}>

<{t}>复制格式:<{/t}>
<{t}>地区,地址,姓名,电话,手机,邮编<{/t}><{/help}>
<{if $site_checkout_receivermore_open != 'true'}> <{/if}> <{if !$order.member_id}> <{/if}>
<{t}>发货日期:<{/t}> <{$order.consignee.r_time}>
<{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'}>
Email: <{$order.consignee.email}>
<{/if}>

<{t}>商品信息<{/t}>

<{if count($goodsItems) > 0}> <{foreach from=$goodsItems item=aGoods name="item"}> <{if $aGoods.product}> <{/if}> <{if $aGoods.adjunct}> <{foreach from=$aGoods.adjunct item=ajuncts name="ajunctsItem"}> <{/foreach}> <{/if}> <{if $aGoods.gifts}> <{foreach from=$aGoods.gifts item=gifts name="giftsItem"}> <{/foreach}> <{/if}> <{/foreach}> <{/if}> <{if $giftItems}> <{foreach from=$giftItems item=aGoods name="item"}> <{/foreach}> <{/if}> <{if $arr_extends_items}> <{foreach from=$arr_extends_items item=aExtends name="extend_item"}> <{$aExtends}> <{/foreach}> <{/if}>
<{t}>货品编号<{/t}><{t}>货品名称<{/t}><{t}>已发货量<{/t}><{t}>单价<{/t}><{t}>合计金额<{/t}><{t}>购买数量<{/t}>
<{$aGoods.product.bn}> <{if $aGoods.product.link}><{/if}><{$aGoods.product.name}><{if $aGoods.product.link}><{/if}><{if $aGoods.product.is_type == 'goods' && $aGoods.product.small_pic}> ' title='<{$aGoods.product.name}>'>          <{/if}> <{$aGoods.product.sendnum}> <{$aGoods.product.price|cur_odr}> <{$aGoods.product.total_amount|cur_odr}> <{$aGoods.product.quantity}>
<{t}>商品配件<{/t}>
<{$ajuncts.bn}> <{if $ajuncts.link}><{/if}><{$ajuncts.name}> <{if $ajuncts.minfo && is_array($ajuncts.minfo)}> <{foreach from=$ajuncts.minfo item=minfo key=name}>
<{$minfo.label}>:<{$minfo.value}> <{/foreach}> <{/if}><{if $ajuncts.link}>
<{/if}><{if $ajuncts.is_type == 'goods' && $ajuncts.small_pic}> ' title='<{$ajuncts.name}>'>          <{/if}>
<{$ajuncts.sendnum}> <{$ajuncts.price|cur_odr}> <{$ajuncts.total_amount|cur_odr}> <{$ajuncts.quantity}>
<{t}>商品赠品<{/t}>
<{$gifts.bn}> <{if $gifts.link}><{/if}><{$gifts.name}> <{if $gifts.minfo && is_array($gifts.minfo)}> <{foreach from=$gifts.minfo item=minfo key=name}>
<{$minfo.label}>:<{$minfo.value}> <{/foreach}> <{/if}><{if $gifts.link}>
<{/if}><{if $gifts.small_pic}> ' title='<{$gifts.name}>'>          <{/if}>
<{$gifts.sendnum}> <{$gifts.price|cur_odr}> <{$gifts.total_amount|cur_odr}> <{$gifts.quantity}>
<{t}>优惠赠品<{/t}>
<{$aGoods.bn}> <{if $aGoods.link}><{/if}><{$aGoods.name}><{if $aGoods.link}><{/if}> <{if $aGoods.small_pic}> ' title='<{$aGoods.name}>'>          <{/if}> <{$aGoods.sendnum}> <{$aGoods.price|cur_odr}> <{$aGoods.total_amount|cur_odr}> <{$aGoods.quantity}>
<{if $order.pmt_list}>

<{t}>优惠方案<{/t}>

<{foreach from=$order.pmt_list item=aBill}> <{/foreach}>
<{t}>优惠方案<{/t}><{t}>优惠金额<{/t}>
<{$aBill.pmt_describe}> <{$aBill.pmt_amount|cur_odr:$order.currency}>
<{/if}>
<{t}>会员备注:<{/t}><{$order.member.remark|escape:'html'}>
<{t}>订单备注:<{/t}>
<{assign var="arr_remark" value=$order.mark_text|order_remark}><{foreach from=$arr_remark key=key item=item}>

<{$item}>

<{/foreach}>
<{t}>订单附言:<{/t}><{$order.memo|escape:'html'}>
<{t}>取消原因:<{/t}><{$order_cancel_reason.reason_type}>
<{t}>其它原因:<{/t}><{$order_cancel_reason.reason_desc}>
<{t}>取消时间:<{/t}><{$order_cancel_reason.cancel_time|cdate:FDATE_STIME}>