{layout name="layout" /}
{if $status == 4}
清空回收站
{/if}
全部商品 待发货 已发货 未支付 回收站
{foreach $order as $order_no => $rs} {/foreach}
订单详情 订单积分 交易状态
{$rs.create_time|date="Y-m-d H:i:s"}  订单号: {$rs.order_no}
{if $rs.paid_at} {if $rs.express_status == 0} 订单发货 {else} 订单发货 {/if} {/if} {if $rs.is_del == 0 && $rs.paid_at == 0} 删除订单 {else} 删除订单 {/if}
shop_cache,true);?>
{$shop.name}
{$shop.note}
¥{$shop.points} x 1
{$rs.points} {if $rs.is_del ==1} 已删除 {else} {if $rs.paid_at} {if $rs.express_status} 已发货 {else} 待发货 {/if} {else} 待付款 {/if} {/if}
{$order|raw}