{template '_header'} {if $op=='display'}
搜索
加载更多
{elseif $op=='details'}
{$status_name}
{if $order['show_process']}
-天-时-分-秒 后将自动确认收货
{/if}
商品清单
{loop $goods_list $goods}
商品图片

{$goods['title']}

{$goods['sku_name']}

{if $goods['sell_type'] == 1} {$goods['integral']} 积分 {elseif $goods['sell_type'] == 2} ¥{$goods['price']} {elseif $goods['sell_type'] == 3} ¥{$goods['price']}+{$goods['integral']} 积分 {/if} x{$goods['total']}
{/loop}
商品总额
¥{$order['price']}
商品积分
{$order['integral']} 积分
运费
¥{$order['express_price']}
实付款
{if $order['total_amount']==0 && $order['integral']} {$order['integral']} 积分 {elseif $order['total_amount']>0 && !$order['integral']} ¥{$order['total_amount']} {elseif $order['total_amount']>0 && $order['integral']} ¥{$order['total_amount']}+{$order['integral']} 积分 {/if}
{if $order['is_virtual'] && $order['paytime']}
卡密信息: {loop $goods_list $goods}

{$goods['virtual_text']}

{/loop}
{/if}
订单编号:{$order['ordersn']}
下单时间:{php echo date('Y-m-d H:i:s', $order['addtime'])}
{if $order['paytime']}
支付时间:{php echo date('Y-m-d H:i:s', $order['paytime'])}
{/if} {if $order['deliver_time']}
发货时间:{php echo date('Y-m-d H:i:s', $order['deliver_time'])}
{/if} {if $order['finish_time']}
完成时间:{php echo date('Y-m-d H:i:s', $order['finish_time'])}
{/if} {if $order['paytype']}
支付方式:{$paytype_list[$order['paytype']]}
{/if} {if $order['remark']}
订单备注:{$order['remark']}
{/if}
收货人:{$order['receive_name']}
手机号码:{$order['receive_mobile']}
收货地址:{$order['address']}
{elseif $op=='shipping'}

订单编号:

{$order['ordersn']}
{loop $goods_list $item}
x{$item['total']}
{/loop}
您的订单已拆分成多个包裹发出,您可在下方查看各个包裹物流跟踪。
{loop $express_info $key $item}
{/loop}
{loop $express_info $key $item}

快递公司:

{$item['express_title']}

物流单号:

{$item['express_no']}
{if $item['express_remark']}

包裹备注:

{$item['express_remark']}
{/if}

物流跟踪

{if $item['logistics']['status'] == 0} {else}

{$item['logistics']['msg']}

{/if}
{/loop}
{/if} {if $like_list} {template 'shoporderLike'} {/if} {template '_footer'}