<{include file="order/actbar.html"}><{assign var="order_id" value=$order.order_id}>
<{tabber}> <{tab name="基本信息"}>
<{if $order.refer_id}><{t}>(订单来源ID:<{/t}><{refer id=$order.refer_id url=$order.refer_url show='id'}><{t}> 订单来源网址:<{/t}><{refer id=$order.refer_id url=$order.refer_url show='url'}>)<{/if}>
<{if count($goodsItems) > 0}>
<{foreach from=$goodsItems item=aGoods}> <{/foreach}>
<{t}>订单商品 (购买量)<{/t}>
href="../index.php?ctl=product&act=index&p[0]=<{$aGoods.goods_id}>"<{else}>href="../index.php?ctl=package&act=index"<{/if}> target="_blank"><{$aGoods.name}>×(<{$aGoods.nums}>)
<{/if}> <{if count($giftItems) > 0}>

<{t}>赠品<{/t}>

<{foreach from=$giftItems item=aGift}> <{/foreach}>
<{t}>名称与购买量<{/t}>
<{$aGift.name}>x <{$aGift.nums}>
<{/if}>
<{t}>商品价格<{/t}>
<{if $order.is_protect == 'true'}> <{/if}> <{if $order.cost_payment > 0}> <{/if}> <{if $order.is_tax == 'true'}> <{/if}> <{if $order.use_pmt != '' && $order.pmt_amount > 0}> <{/if}> <{if $order.discount != 0}> <{/if}> <{if $order.cur_rate != 1}> <{/if}>
<{t}>商品总额:<{/t}> <{$order.cost_item|cur}>
<{t}>配送费用:<{/t}> <{$order.cost_freight|cur}>
<{t}>保价费用:<{/t}> <{$order.cost_protect|cur}>
<{t}>支付手续费:<{/t}> <{$order.cost_payment|cur}>
<{t}>税金:<{/t}> <{$order.cost_tax|cur}>
<{t}>使用优惠方案名称:<{/t}> <{$order.use_pmt}>
<{t}>优惠券抵扣金额:<{/t}> <{$order.pmt_amount|cur}>
<{t}>订单减免:<{/t}> <{$order.discount|cur}>
<{t}>订单总额:<{/t}> <{$order.total_amount|cur}>
<{t}>已支付金额:<{/t}> <{$order.payed|cur}>
<{t}>货币:<{/t}> <{$order.cur_name}>
<{t}>汇率:<{/t}> <{$order.cur_rate}>
<{t}>结算货币金额:<{/t}> <{$order.final_amount|cur:$order.currency:false:false}>
<{t}>订单其他信息<{/t}>
<{if $order.is_tax == 'true'}> <{/if}>
<{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}>
<{t}>发票抬头:<{/t}> <{$order.tax_company}>
<{t}>可得积分:<{/t}> <{$order.score_g+0}>
<{t}>购买人信息<{/t}>
<{if $order.member_id > 0}> <{foreach from=$tree item=contact name=contact}> <{/foreach}> <{else}> <{/if}>
<{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}>
<{$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 '旺旺' && $contact.value !=''}> <{/if}> <{if $contact.attr_tyname eq 'Skype' && $contact.value !=''}> Call me! <{/if}>
<{t}>非会员顾客<{/t}>
<{if $order.is_delivery == 'Y'}>
<{t}>收货人信息<{/t}> <{t}>复制收货人信息<{/t}>   <{help}>此功能按照将收货人信息整合后复制到剪贴板,方便店主粘贴至目标位置,如:给顾客确认地址的邮件

复制格式:
地区,地址,姓名,电话,手机,邮编<{/help}>
<{if !$order.member_id}> <{/if}>
<{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'}>
Email: <{$order.ship_email}>
<{/if}>
<{t}>会员备注:<{/t}><{$order.member.remark|escape:'html'}>
<{t}>订单备注:<{/t}><{$order.mark_text|escape:'html'}>
<{t}>订单附言:<{/t}><{$order.memo|escape:'html'}>
<{/tab}> <{tab name="商品" url="index.php?ctl=order/order&act=detail_items&p[0]=$order_id"}> <{/tab}> <{tab name="收退款记录" url="index.php?ctl=order/order&act=detail_bills&p[0]=$order_id"}> <{/tab}> <{tab name="发退货记录" url="index.php?ctl=order/order&act=detail_delivery&p[0]=$order_id" }> <{/tab}> <{tab name="优惠方案" url="index.php?ctl=order/order&act=detail_pmt&p[0]=$order_id"}> <{/tab}> <{tab name="订单备注" url="index.php?ctl=order/order&act=detail_mark&p[0]=$order_id"}> <{/tab}> <{tab name="订单日志" url="index.php?ctl=order/order&act=detail_logs&p[0]=$order_id"}> <{/tab}> <{tab name="订单留言" url="index.php?ctl=order/order&act=detail_msg&p[0]=$order_id"}> <{/tab}> <{/tabber}>