订单详情

当前订单状态:{$order->status}
{$order->orderNo}
{date('Y-m-d H:i:s',$order->pay_time)}
商品信息 单价 数量 实收款 支付状态 发货状态 收货状态 发起退款 退款状态
John said
{$product->goods_name}
{$order->really_price} 1

{$order->total_price}

[含运费:{$product->trans_price}元]
{$order->is_pay?'已支付':'未支付'} {$order->is_transmit?'已发货':'未发货'} {$order->is_receive?'已收货':'未收货'} {$order->is_refund_money?'用户已发起退款':'用户未发起退款'} {$order->is_refund?'已退款':'未退款'}
应付款:{$order->total_price}
支付时间 支付单号 商户订单号 支付金额
{$order->pay_time?date('Y-m-d H:i:s',$order->pay_time):''} {$order->transaction_id} {$order->orderNo} {$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 : '暂无'}
{if $order->is_refund !=1} 退款 {/if}