订单详情
当前订单状态:{$order->status}
订单信息
支付信息
物流信息
订单编号
{$order->order_no}
支付时间
{date('Y-m-d H:i:s',$order->submit_time)}
商品信息
单价
数量
实收款
支付状态
发货状态
收货状态
退款状态
{$product->name}
{$order->price}
{$order->num}
{$order->total_price}
[含运费:{$order->trans_price}元]
{$order->is_pay?'已支付':'未支付'}
{$order->is_transmit?'已发货':'未发货'}
{$order->is_receive?'已收货':'未收货'}
{$order->is_refund?'已退款':'未退款'}
应付款:{$order->total_price}
支付时间
支付单号
商户订单号
支付金额
{$order->pay_time?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 : '暂无'}
退款