<{t}>订 单 号:<{/t}> |
<{$tid}> |
<{t}>店铺名称:<{/t}> |
<{$shop_id|shopname}> |
<{t}>取消类型:<{/t}> |
<{if $cancel_from =='buyer'}>
用户取消订单 |
<{elseif $cancel_from =='shop'}>
商家取消订单 |
<{elseif $cancel_from =='shopadmin'}>
平台取消订单 |
<{else}>
系统取消订单 |
<{/if}>
<{t}>实付金额:<{/t}> |
<{$payment}> |
<{t}>取消原因:<{/t}> |
<{$reason}> |
<{t}>处理进度:<{/t}> |
<{if $process == '0'}>
提交申请 |
<{elseif $process == '1'}>
取消处理 |
<{elseif $process == '2'}>
退款处理 |
<{elseif $process == '3'}>
完成 |
<{/if}>
<{t}>退款状态:<{/t}> |
<{if $refunds_status == 'WAIT_CHECK'}>
等待审核 |
<{elseif $refunds_status == 'WAIT_REFUND'}>
等待退款 |
<{elseif $refunds_status == 'SHOP_CHECK_FAILS'}>
商家审核不通过 |
<{elseif $refunds_status == 'FAILS'}>
退款失败 |
<{elseif $refunds_status == 'SUCCESS'}>
退款成功 |
<{/if}>
|