<{include file="ucenter/header.html"}>
全部订单 未付款 已付款 待发货 已发货 已完成
<{foreach $items as $order}> <{assign var="first" value=true}> <{foreach $product_list as $product}> <{if $product.order_id == $order.order_id}> <{if $first}> <{/if}> <{assign var="first" value=false}> <{/if}> <{/foreach}> <{/foreach}>
订单详情
<{$product.title}> <{$product.price}> x <{$product.number}> ¥<{$order.amount }>(<{if $order.freight>0}>运费:¥<{$order.freight}><{else}>包邮<{/if}>)
<{if $order.order_status < 2 && $order.order_status >=0}> <{if $order.pay_status}>已经支付<{else}>等待支付<{/if}> <{/if}>
<{if $order.order_status == 2}>订单完成 <{elseif $order.order_status == 1}>订单已发货
等待买家确认收货
<{elseif $order.order_status < 0}>订单已经取消 <{elseif empty($order.pay_status)}> 订单发货
取消订单 <{else}>订单发货 <{/if}>

 

<{$pager.pagebar}>

<{include file="ucenter/footer.html"}>