{include file="head.html"}
{include file="header.html"}
{include file="inc/user_left.html"}
{include file="order/nav.html"}

订单详情

订单编号:{$data.orderno} 订单类型:{$order_type_list[$data.type_id]} 订单价格:{$data.money}
下单时间:{$data.dateline|date:Y-m-d H:i} 支付状况:{$order_ispay[$data.ispay]} {$pay_type_list[$data.paytype]} {if !$data.unpay && $data.ispay==1}去支付{/if} 订单状态:{$order_status_list[$data.status]}
联系方式: {$addr.p_c_t}{$addr.address} 邮编:{$addr.zip_code} 姓名:{$addr.truename} 手机:{$addr.telephone}
物流信息:{$data.shipping_info}
收货:{if $data.isreceived eq 2}已收货{elseif $data.status > 2}确认收货{else}未收货{/if}

商品详情

{foreach item=p from=$order_product} {/foreach}

{$p.title}
{if $p.ks_title}{$p.ks_title}
{/if} 原价:¥{$p.price} {if $p.lower_price > 0} 促销价:{$p.lower_price} {/if}

下单价:{$p.order_price} 共{$p.amount}件 {if $p.iscomment}已评价(+{$p.rating_grade}){elseif $data.status eq 3}评价{else}未评价{/if}
{include file="footer.html"}