{template order_header.html}
订单信息

{$order.sn}

{dr_order_member_option($member.uid, $order)}
{dr_date($order.order_time)}
{dr_date($order.pay_time)}
{if $member.groupid==3} ¥{number_format($order.order_price, 2)} 元 {else} ¥{number_format($order.order_price_sj, 2)} 元 {/if}
媒体信息
{loop $order.goods $t} {/loop}
媒体名称 类型 价格 执行情况
{$t.title} {$t.specification} ¥{number_format($t.price, 2)} {php $sku = dr_string2array($t.sku);} {if $member.uid == $order.sell_uid} {php $cfg =array( 'option' => array ( 'ext' => 'gif,png,jpg', ), 'validate' => array ( 'xss' => 1, ), );$cfg2 =array( 'option' => array ( 'width' => '80%', ), 'validate' => array ( 'xss' => 1, ), ); }

相关地址:{dr_field_input('zx_url_'.$t['id'], 'Text', $cfg2, $sku[url])}

执行截图:{dr_field_input('zx_jietu_'.$t['id'], 'File', $cfg, $sku[jietu])}

{else} {if $sku}

相关地址:{$sku.url}

执行截图:

{/if} {/if}
{if $member.uid == $order.sell_uid}
{/if}
主体信息
{$myfield}
{$order.buy_note}
{if $order.order_status!=3}
{/if}
{template nfooter.html}