<{foreach from=$trade.orders item=item}> <{/foreach}>
货号 商品名称 单价 数量 原价 状态
<{$item.bn}> <{$item.price|cur}> <{$item.num}> <{$item.total_fee|cur}> <{if $item.status == "WAIT_BUYER_PAY"}>等待买家付款 <{elseif $item.status == "WAIT_SELLER_SEND_GOODS"}>买家已付款,请发货 <{elseif $item.status == "WAIT_BUYER_CONFIRM_GOODS"}>已发货,等待买家确认收货 <{elseif $item.status == "TRADE_FINISHED"}> 交易完成<{if $item.aftersales_status == "SUCCESS"}> 发生售后退款:<{$item.refund_fee|cur}><{/if}> <{elseif $item.status == "TRADE_CLOSED_AFTER_PAY"}>退款并交易关闭 <{elseif $item.status == "TRADE_CLOSED_BEFORE_PAY"}>交易关闭 <{/if}>
配送费用:<{$trade.post_fee|cur}>     商品总额:<{$trade.total_fee|cur}>