订单编号:<{$trade.tid}> 状态: <{if $trade.status == "WAIT_BUYER_PAY"}> 订单已生成,请及时付款 <{elseif $trade.status == "WAIT_SELLER_SEND_GOODS" && $trade.pay_type == "online"}> 已收到款项,请耐心等待商家发货 <{elseif $trade.status == "WAIT_SELLER_SEND_GOODS" && $trade.pay_type == "offline"}> 订单已生成,请耐心等待商家发货处理 <{elseif $trade.status == "WAIT_BUYER_CONFIRM_GOODS"}> 已发货,请耐心等待物流配送并确认收货 <{/if}>
<{if $trade.status == "WAIT_BUYER_PAY"}> 去付款 <{elseif $trade.status == "WAIT_BUYER_CONFIRM_GOODS" && $trade.pay_type == "online"}> 确认收货 <{/if}>
<{if $trade.status == "WAIT_BUYER_PAY"}> <{include file="topc/member/trade/status/unpay.html"}> <{elseif $trade.status == "WAIT_SELLER_SEND_GOODS"}> <{include file="topc/member/trade/status/undelivery.html"}> <{elseif $trade.status == "WAIT_BUYER_CONFIRM_GOODS"}> <{include file="topc/member/trade/status/unreceived.html"}> <{elseif $trade.status == "TRADE_FINISHED"}> <{include file="topc/member/trade/status/finish.html"}> <{elseif $trade.status == "TRADE_CLOSED_BY_SYSTEM" || $trade.status == "TRADE_CLOSED"}> <{include file="topc/member/trade/status/cancel.html"}> <{/if}>
收货人信息
收货人:<{$trade.receiver_name}>
联系方式:<{$trade.receiver_mobile}>
<{if !$trade.ziti_addr}>
收货地址: <{$trade.receiver_state}><{$trade.receiver_city}> <{$trade.receiver_district}> <{$trade.receiver_address}> <{/if}>
支付及配送方式
支付类型:<{if $trade.pay_type == "online"}>在线支付<{else}>线下支付<{/if}>
已支付:<{$trade.payed_fee|cur}>
<{if $trade.ziti_addr}>
提货地址:<{$trade.ziti_addr}>
<{else}>
<{$trade.shipping_type}>
<{/if}>
发票信息
<{if !$trade.need_invoice}> 无发票 <{else}>
发票类型:<{if $trade.invoice_type=='normal'}>普通发票<{/if}>
发票抬头:<{if $trade.invoice_name=='individual'}>个人<{else}>单位<{/if}>(<{$trade.invoice_main}>)
<{/if}>
<{if $trade.status == "WAIT_BUYER_CONFIRM_GOODS"}>
<{/if}>
<{include file="topc/member/trade/items.html"}>
订单备注信息
备注信息:<{$trade.trade_memo}>
商品总金额 <{$trade.total_fee|cur}>
运费 <{$trade.post_fee|cur}>
<{if $trade.adjust_fee!=0}>
手工调价 <{$trade.adjust_fee|cur}>
<{/if}> <{if $trade.discount_fee>0}>
促销优惠 -<{$trade.discount_fee|cur}>
<{/if}>
实付金额 <{$trade.payment|cur}>
<{if $trade.status == "WAIT_BUYER_PAY"}> 取消订单 去付款 <{elseif $trade.status == "WAIT_BUYER_CONFIRM_GOODS" && $trade.pay_type == "online"}> <{/if}>