卖家:{$order.seller_name} |
制单时间:{$now|date_format:"%Y.%m.%d"} |
订单编号 |
{$order.order_sn} |
订单状态 |
{Def::getOrderStatus($order.status)} |
订单金额 |
{$order.order_amount|price_format} |
配送费用 |
{$order.shipping_fee|price_format} |
支付方式 |
{$order.payment_name} |
配送方式 |
{$order.shipping_name} |
下单时间 |
{$order.add_time|date_format:"%Y-%m-%d %H:%M:%S"} |
付款时间 |
{if $order.pay_time}{$order.pay_time|date_format:"%Y-%m-%d %H:%M:%S"}{/if} |
发货时间 |
{if $order.ship_time}{$order.ship_time|date_format:"%Y-%m-%d %H:%M:%S"}{/if} |
完成时间 |
{if $order.finished_time}{$order.finished_time|date_format:"%Y-%m-%d %H:%M:%S"}{/if} |
收货人信息 |
收货人 |
{$order.consignee|escape} |
收货地址 |
{$order.region_name|escape}{$order.address|escape} |
联系电话 |
{$order.phone_mob}{$order.phone_tel} |
买家QQ |
{$order.im_qq|escape} |
下单附言 |
{$order.postscript|escape} |
商品信息 |
{$smarty.foreach.fe_goods.iteration}) {$goods.goods_name} {if $goods.specification}({$goods.specification}){/if} |
{$goods.price|price_format} x {$goods.quantity} |