{template "mheader.html"}
商品售后

订单编号:{$order.sn}    下单时间:{dr_date($order.inputtime)}

{loop $goods $i $t} {php $sku_name=dr_string2array($t.sku_name);} {/loop}
{dr_lang('商品')} {dr_lang('单价')} {dr_lang('数量')} {dr_lang('总价')} {dr_lang('操作')}

{dr_strcut($t.title, 150)}

{loop $sku_name $i $c} {$i}: {$c} {/loop}

{dr_lang('货号')}:{$t.sn}

{if $t.yuan}

{number_format($t.price, 2)}

{number_format($t.yuan, 2)}

{else} ¥{number_format($t.price, 2)}元 {/if}
{$t.num} {if $t.service} {dr_clearhtml(order_service_status($t['service']['status']))} {else}

仅退款

退货退款

换货

{/if}
{template "mfooter.html"}