© 2002-2018 最模板 zuimoban.com 版权所有,并保留所有权利。
ecshop模板网,专注ecshop模板制作、ecshop二次开发服务!
'AS sales_price, oi.add_time AS sales_time, oi.order_id, oi.order_sn '. |
'AS sales_price, oi.add_time AS sales_time, oi.order_id, oi.order_sn, oi.consignee, oi.address '. |
<th>{$lang.sell_date}</th> |
<th>收货人</th> <th>收货地址</th> |
<td>{$list.sales_time}</td> |
<td>{$list.consignee}</td> <td>{$list.address}</td> |
echo ecs_iconv(EC_CHARSET, 'GB2312', $_LANG['sell_date']) . "\t\n"; |
echo ecs_iconv(EC_CHARSET, 'GB2312', '收货人') . "\t"; echo ecs_iconv(EC_CHARSET, 'GB2312', '收货地址') . "\t\n"; |
echo ecs_iconv(EC_CHARSET, 'GB2312', $value['sales_time']) . "\t"; |
echo ecs_iconv(EC_CHARSET, 'GB2312', $value['consignee']) . "\t"; echo ecs_iconv(EC_CHARSET, 'GB2312', $value['address']) . "\t"; |