订单详情
当前订单状态:{$order->status}
订单信息
支付信息
物流信息
订单编号
{$order->order_no}
下单时间
{date('Y-m-d H:i:s',$order->submit_time)}
商品信息
单价
数量
实收款
{$order->product->name}
{$order->product->price}
{$order->num}
{$order->total_price}
[含运费:{$order->trans_price}元]
应付款:{$order->total_price}
支付时间
支付单号
商户订单号
支付金额
{date('Y-m-d H:i:s',$order->pay_time)}
{$order->transaction_id}
{$order->order_no}
{$order->total_price}
收货地址
{$order->receiver} {$order->phone} {$order->address}
配送方式
{$order->trans_type?$order->trans_type:'无'}
快递公司
{$order->trans_type? $order->trans_type : '无'}
快递单号
{$order->trans_code ? $order->trans_code : '无'}
退款