订单详情

当前订单状态:{$order->status}
{$order->order_no}
{date('Y-m-d H:i:s',$order->submit_time)}
商品信息 单价 数量 实收款 支付状态 发货状态 收货状态 退款状态
John said
{$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 : '暂无'}