处理方式
{if $refund['rtype']=='2'}换货{else}退款{/if}原因
提示:您可退款的最大金额为 ¥ {php echo number_format($order['refundprice'],2)}
{if $refund['rtype']==0}
{if $refund['refundstatus']==0}
退款申请流程:
1、发起退款申请
2、商家确认后退款到您的账户
如果商家未处理:请及时与商家联系
{/if}
{elseif $refund['rtype']==1}
退款退货申请流程:
1、发起退款退货申请
2、退货需将退货商品邮寄至商家指定地址,并在系统内输入快递单号
3、商家后货后确认无误
4、退款到您的账户
{elseif $refund['rtype']==2}
换货申请流程:
1、发起换货申请,并把快递单号录入系统
2、将需要换货的商品邮寄至商家指定地址,并在系统内输入快递单号
3、商家确认后货后重新发出商品
4、签收确认商品
{/if}
{if $refund['refundstatus']>=1}
{if !empty($refund['refundaddress'])}
退货地址
{$refund['refundaddress']['province']}{$refund['refundaddress']['city']}{$refund['refundaddress']['area']} {$refund['refundaddress']['address']}
{$refund['refundaddress']['name']} {$refund['refundaddress']['mobile']} {$refund['refundaddress']['tel']}
{if !empty($refund['message'])}
卖家留言
{/if}
{/if}
{if $refund['rtype']==1 || $refund['rtype']==2}
{if $refund['rtype']==1}退货{else}换货{/if}状态
{if !empty($refund['rexpresssn'])}
{if $refund['rtype']==1}退货{else}换货{/if}快递公司
{$refund['rexpresscom']}
{if $refund['rtype']==1}退货{else}换货{/if}快递单号
{$refund['rexpresssn']}
{/if}
{/if}
{/if}
协商详情
处理方式
{if $refund['rtype']==0}
退款
{elseif $refund['rtype']==1}
退货退款
{else}
换货{/if}
{if $refund['rtype']=='2'}换货{else}退款{/if}原因
{$refund['reason']}
{if $refund['rtype']=='2'}换货{else}退款{/if}说明
{if empty($refund['content'])}无{else}{$refund['content']} {/if}
{if $refund['applyprice']>0}
退款金额
{php echo number_format($refund['applyprice'],2)} 元
{/if}
申请时间
{php echo date('Y-m-d H:i',$refund['applytime'])}