<{include file="index/header.html"}>
操作提示

对于下了订单未支付,超出规定时间为确认收款的,需要管理员定时处理该数据。

具有条件的用户可以使用定时任务进行执行。

过期未支付订单 过期未确认收货 拼单未组团检测
<{if $smarty.get.status == '1'||$smarty.get.status == ''}> <{elseif $smarty.get.status == '2'}> <{elseif $smarty.get.status == '3'}> <{/if}>
交易中的订单: <{$row.total_yx}>
未支付过期订单: <{$row.total_gq}> (未支付订单未支付将失效,可对失效订单进行删除。)
发货未确认的: <{$row.total_yx}>
超时未确定的: <{$row.total_gq}> (用户时间范围内为确认操作)
正在拼团: <{$row.total_yx}> (拼团正在进行中)
超时拼团失败: <{$row.total_gq}> (支付时间已到,拼团未成功。 拼团失败将会退款到账户。)
  执行过期操作
<{include file="index/footer.html"}>