退款详情 | ||
---|---|---|
订单编号 | {$order['ordersn']} | |
订单状态 | {if $order['status'] == -2} 退款中 {/if} {if $order['status'] == -3} 已退款 {/if} | |
退款状态 | {if $refund['status'] == -1} 退款失败 {/if} {if $refund['status'] == '0'} 等待审核 审核退款 {/if} {if $refund['status'] == '1'} 审核通过,等待买家退货 审核退款 {/if} {if $refund['status'] == '2'} 退款成功 {/if} | |
退款总金额 | {$refund['refund_amount']} 元 {if $order['status'] == -2} 修改金额 {/if} | |
退款总积分 | {$refund['integral']} 积分 | |
退款原因 | {$refund['reason']} | |
下单时间 | {php echo date('Y-m-d H:i:s', $order['addtime'])} | |
发货时间 | {php echo date('Y-m-d H:i:s', $order['deliver_time'])} | |
确认收货时间 | {php echo date('Y-m-d H:i:s', $order['finish_time'])} |
退货物流信息 | ||
---|---|---|
快递公司 | {$refund['express_title']} | |
物流单号 | {$refund['express_no']} 点击查看物流 |
协商历史 | ||
---|---|---|
{loop $refund_log $key $item}
{$item['title']}
{$item['content']}
{if $item['picture']}
|
商品 | 销售价 | 兑换积分 | 数量 | 一级佣金 | 二级佣金 | 三级佣金 | ||
---|---|---|---|---|---|---|---|---|
{$item['title']}
{if $item['sku_name']}
规格:{$item['sku_name']}
{/if}
|
¥{$item['price']} | {$item['integral']} 积分 | x {$item['total']} | ¥{$item['commission1']} | ¥{$item['commission2']} | ¥{$item['commission3']} |
- 商品总额: ¥{$order['price']}
- 兑换积分: {$order['integral']} 积分
- 运费: ¥{$order['express_price']}
- 实付款: {if ($order['price'] > 0 || $order['express_price'] > 0) && !$order['integral']} ¥{php echo $order['price']+$order['express_price']} {elseif ($order['price'] == 0 && $order['express_price'] == 0) && $order['integral']} {$order['integral']} 积分 {elseif ($order['price'] > 0 || $order['express_price'] > 0) && $order['integral']} ¥{php echo $order['price']+$order['express_price']}+{$order['integral']} 积分 {/if}