团购订单

<{if $smarty.get.operation=='edit' }>
订单详情
订单状态 <{assign var=val value=$de.status}><{$statu_list.$val}> 订单编号 <{$de.order_id}> 下单时间 <{$de.create_time|date_format:"%Y-%m-%d %H:%M:%S"}>
<{if $de.payment_time}> <{/if}> <{if $de.shipping_time}> <{/if}> <{if $de.finished_time}> <{/if}>
订单信息
商品 单价(元) 数量 总价(元)
<{$de.tg_name}>  <{$de.price|number_format:2}>  <{$de.quantity}>  <{$de.price*$de.quantity|number_format:2}>
备注: <{$de.remark}>
下单时间: <{$de.create_time|date_format:"%Y-%m-%d %H:%M:%S"}>
付款时间: <{$de.payment_time|date_format:"%Y-%m-%d %H:%M:%S"}>
发货时间: <{$de.shipping_time|date_format:"%Y-%m-%d %H:%M:%S"}> <{if $de.code}>验证吗: <{$de.code}><{/if}>
<{if $de.status==10}>取消时间<{else}>完成时间<{/if}>: <{$de.finished_time|date_format:"%Y-%m-%d %H:%M:%S"}>
收货地址
收货人 <{$de.contact}>
联系电话 <{$de.tel}>
收货地址 <{$de.address}>
<{if ($de.status>30 && $de.shipping_code) || ($de.status==10 && $de.shipping_code)}>
发货地址
发货人 <{$de.shipping_name}>
联系电话 <{$de.shipping_tel}>
发货地址 <{$de.shipping_address}>
物流信息
物流名称 <{$de.shipping_company}>
物流单号 <{$de.shipping_code}>
<{/if}> <{if $de.payment_time}> <{/if}> <{if $de.shipping_time}> <{/if}> <{if $de.finished_time}> <{/if}>
操作历史
<{$de.member_name}><{$de.create_time|date_format:"%Y-%m-%d %H:%M:%S"}> 提交 下一状态:待付款
<{$de.member_name}><{$de.payment_time|date_format:"%Y-%m-%d %H:%M:%S"}> 付款 下一状态:待发货
管理员<{$de.shipping_time|date_format:"%Y-%m-%d %H:%M:%S"}> 发货 下一状态:待收货
<{if $de.status==10}> 管理员<{$de.finished_time|date_format:"%Y-%m-%d %H:%M:%S"}> 取消订单  原因: <{$de.admin_remark}> <{else}> <{$de.member_name}><{$de.finished_time|date_format:"%Y-%m-%d %H:%M:%S"}> 确定收货 完成订单 <{/if}>
<{if $de.status==30}> <{if $de.is_virtual=='false'}>
发货地址
发货人
发货地址
联系电话
<{foreach item=list from=$re}> <{/foreach}>
物流信息
物流名称 物流单号
<{$list.company}> 确认
<{else}>
验证码
验证码:
标题:
内容:
  • {username} : 用户名
  • {time} : 发送时间
  • {sitename} : 网站名称
  • {adminemail} : 管理员 Email
  • {order_sn} : 团购订单
  • {product_name} : 产品名称
  • {code} : 验证码
<{/if}> <{/if}> <{if $de.status!=10}>
取消订单
取消缘由
 
<{/if}> <{else}> <{foreach item=list from=$de.list}> <{foreachelse}> <{/foreach}>
 订单编号 买家名称 商品 商品数量 订单总价 下单时间 订单状态
 <{$list.order_id}> <{$list.member_name}> <{$list.tg_name}>  <{$list.quantity}>  <{$list.price*$list.quantity|number_format:2}> <{$list.create_time|date_format:"%Y-%m-%d %H:%M:%S"}> <{assign var=val value=$list.status}><{$statu_list.$val}> <{$setimg}>
暂无符合条件的数据记录
<{$de.page}>
<{/if}>