{template 'member', 'header'}
{template 'member', 'left'}
订单查看
{if $account_data['discount']} {/if} {if $account_data['logistics_id']} {/if}
订单号: {$trade_sn}
商品价格: {$account_data['money']}
商品总数: {$account_data['quantity']}件
折扣/涨价: {$account_data['discount']} 元
配送方式: {$logistics_data['name']} 手续费:{$logistics_data['fee']}元
支付方式: {$account_data['payment']} 手续费:{$pay_fee}元
收货人: {$account_data['contactname']}
收货地址: {$account_data['address']}
电 话: {$account_data['telephone']}
E-mail: {$account_data['email']}
备 注: {$account_data['usernote']}
总计: {$price}

{loop $infos $info} {/loop}
序 号 名 称 数 量 单价(元)
{$n} {$info['a_title']} {$info['quantity']} {$info['money']}
{template 'member', 'footer'}