{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.buyer_info}
{$lang.buyer_name} : {$order.buyer_info.username|escape}
{$lang.phone_tel} : {$order.buyer_info.phone_tel|default:'-'}
{$lang.phone_mob} : {$order.buyer_info.phone_mob|default:'-'}
{$lang.email} : {$order.buyer_info.email|default:'-'}
{$goods.goods_name|escape}
{$goods.specification|escape}
{$lang.quantity} : {$goods.quantity} {$lang.goods_price} : {$goods.price} {$lang.sku} : {$goods.sku}
{$lang.shipping_fee} : {$order.ordexExtm.shipping_fee|price_format}({$order.orderExtm.shipping_name|escape}){$lang.preference} : {$order.discount|price_format}{$lang.order_amount} : {$order.order_amount|price_format}
  • {$lang.payment_name} : {$order.payment_name|escape}
  • {$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.consignee_info}

{$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_name} : {$order.orderExtm.shipping_name|escape}
{$lang.express_no} : {$order.express_no|escape}
{$lang.postscript} : {$order.postscript|escape}

{$lang.operate_log}

  • [{$lang.system}]{$log.operator|escape} {$lang.at} {$log.log_time|date_format:"%Y.%m.%d %H:%M:%S"} {$lang.change_status} {$log.order_status} {$lang.change_to} {$log.changed_status} {$lang.reason}:{$log.remark|escape}
{include file="user.footer.html"}