订单编号:<{$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" && $trade.pay_type == "online"}> 已发货,请耐心等待物流配送并确认收货 <{elseif $trade.status == "WAIT_BUYER_CONFIRM_GOODS" && $trade.pay_type == "offline"}> 已发货,请耐心等待物流配送并确认收货及付款 <{elseif $trade.status == "TRADE_FINISHED"}> 订单已完成 <{elseif $trade.status == "TRADE_CLOSED_BY_SYSTEM" || $trade.status == "TRADE_CLOSED"}> 订单已取消 <{/if}>
<{if ($trade.status == "WAIT_BUYER_PAY" || $trade.status == "WAIT_SELLER_SEND_GOODS") && $trade.cancel_status == 'NO_APPLY_CANCEL'}> <{/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" || $trade.status == "TRADE_FINISHED"}>
物流信息
<{if $ziti == "true"}> <{if $logi.logi_no != 0}>
物流公司:
<{$logi.logi_name}>
运单号码:
<{$logi.logi_no}>
物流跟踪:
点击查看
<{/if}> <{if $trade.ziti_memo }>
自提提示:
<{$trade.ziti_memo}>
<{/if}> <{else}>
物流公司:
<{$logi.logi_name}>
运单号码:
<{$logi.logi_no}>
物流跟踪:
点击查看
<{/if}>
<{/if}>
<{include file="topc/member/trade/items.html"}>
订单备注信息
备注信息:<{$trade.trade_memo}>
商品总金额 <{$trade.total_fee|cur}>
运费 <{$trade.post_fee|cur}>
<{if $trade.discount_fee>0}>
促销优惠 -<{$trade.discount_fee|cur}>
<{/if}> <{if $trade.points_fee > 0}>
积分抵扣 -<{$trade.points_fee|cur}>
<{/if}>
实付金额 <{$trade.payment|cur}>
<{if $trade.status == "WAIT_BUYER_PAY"}> 取消订单 去付款 <{elseif $trade.status == "WAIT_BUYER_CONFIRM_GOODS" && $trade.pay_type == "online"}> <{/if}>