卖家中心 > 订单管理 > <{if $smarty.get.status=='1'}>等待付款 <{elseif $smarty.get.status=='2'}>等待发货 <{elseif $smarty.get.status=='3'}>已经发货 <{elseif $smarty.get.status=='4'}>已经完成 <{elseif $smarty.get.status=='5'}>等待退货 <{elseif $smarty.get.status=='6'}>退货完成 <{elseif $smarty.get.status=='-1'}>已经取消 <{else}>所有订单<{/if}>
<{foreach item=sellist from=$slist.list}> <{foreachelse}> <{/foreach}>
商品详情 单价 数量 买家 订单总价 状态与操作
订单编号:<{$sellist.order_id}> 下单时间:<{$sellist.creat_time|date_format:"%Y-%m-%d %H:%M:%S"}> 查看订单
<{foreach item=plist from=$sellist.product}> <{/foreach}>
<{$plist.name}>

产品编号:<{$plist.code}>

<{$plist.price|number_format:2}> <{$plist.num}>

<{$sellist.user}>

<{$sellist.buyer_name}>

联系信息

姓名:<{$sellist.buyer_name}>

电话:<{$sellist.buyer_tel}>

手机:<{$sellist.buyer_mobile}>

收货地址:

<{$sellist.buyer_addr}>

邮政编码:<{$sellist.buyer_zip}>

<{$sellist.product_price+$sellist.logistics_price|number_format:2}>

<{$lang.orderoption}>

<{if $sellist.status!=2&&$sellist.status!=4}><{$sellist.statu_text}><{/if}>

<{$sellist.next_action}>

<{if $sellist.status==5}>

退货详情

<{/if}> <{if $sellist.status==4 and !$sellist.seller_comment}>

评论

<{elseif $sellist.buyer_comment!=1&&$sellist.seller_comment==1}>

已评

<{elseif $sellist.buyer_comment==1&&$sellist.seller_comment==1}>

双方已评

<{/if}>
暂无符合条件的数据记录