{use class="common\library\Def"} {include file="user.header.html"}

{$lang.order_detail}

{$lang.order_status} : {Def::getOrderStatus($order.status)}
{$lang.order_sn} : {$order.order_sn}
{$lang.add_time} : {$order.order_add_time|date_format:"%Y.%m.%d %H:%M:%S"}

{$lang.order_info}

{$lang.seller_info}
{$lang.store_name} : {$order.store_name|escape}
{$lang.phone_tel} : {$order.tel|escape|default:'-'}
{$lang.phone_mob} : {$order.seller_info.phone_mob|escape|default:'-'}
{$lang.qq} : {$order.im_qq|escape|default:'-'}
{$lang.ww} : {$order.im_ww|escape|default:'-'}
{$lang.region} : {$order.region_name|escape|default:'-'}
{$lang.address} : {$order.address|escape|default:'-'}
{$goods.goods_name|escape}
{$goods.specification|escape}
{$lang.quantity} : {$goods.quantity} {$lang.price} : {$goods.price|price_format}
{$lang.carriage} : {$order.orderExtm.shipping_fee|price_format}({$order.orderExtm.shipping_name|escape}){$lang.preference} : {$order.discount|price_format}{$lang.total_price} : {$order.order_amount|price_format}
  • {$lang.payment_name} : {$order.payment_name|escape}  ( {$lang.pay} )
  • {$lang.pay_message} : {$order.pay_message|escape}
  • {$lang.add_time} : {$order.order_add_time|date_format:"%Y.%m.%d %H:%M:%S"}
  • {$lang.pay_time} : {$order.pay_time|date_format:"%Y.%m.%d %H:%M:%S"}
  • {$lang.ship_time} : {$order.ship_time|date_format:"%Y.%m.%d %H:%M:%S"}
  • {$lang.finished_time} : {$order.finished_time|date_format:"%Y.%m.%d %H:%M:%S"}

{$lang.consigness}

{$lang.consignee_address} : {$order.orderExtm.consignee|escape},  {$order.orderExtm.phone_mob}, {$order.orderExtm.phone_tel} , {$order.orderExtm.region_name|escape} {$order.orderExtm.address|escape} , {$order.orderExtm.zipcode|escape}
{$lang.shipping_way} : {$order.orderExtm.shipping_name|escape}
{$lang.express_no} : {$order.express_no|escape}
{$lang.postscript} : {$order.postscript|escape}
{include file="user.footer.html"}