| 如何在ecshop后台定单详细里添加图片 admin/order.php 在admin/order.php文件里添加了一字段 (g.goods_thumb,),  /* 取得订单商品 */     $goods_list = array();     $goods_attr = array();     $sql = "SELECT o.*, g.goods_number AS storage, o.goods_attr, IFNULL(b.brand_name, '') AS brand_name " .             "FROM " . $ecs->table('order_goods') . " AS o ".             "LEFT JOIN " . $ecs->table('goods') . " AS g ON o.goods_id = g.goods_id " .             "LEFT JOIN " . $ecs->table('brand') . " AS b ON g.brand_id = b.brand_id " .             "WHERE o.order_id = '$order[order_id]' ";     $res = $db->query($sql);     while ($row = $db->fetchRow($res))      $sql = "SELECT o.*, g.goods_thumb, g.goods_number AS storage, o.goods_attr, IFNULL (b.brand_name, '') AS brand_name " .             "FROM " . $ecs->table('order_goods') . " AS o ".             "LEFT JOIN " . $ecs->table('goods') . " AS g ON o.goods_id = g.goods_id " .             "LEFT JOIN " . $ecs->table('brand') . " AS b ON g.brand_id = b.brand_id " .             "WHERE o.order_id = '$order[order_id]' "; 在g.goods_number前加g.goods_thumb, 最后 order_info.htm 引用 <img src="/{$goods.goods_thumb}" width="100"/> | 



 shopex西街时尚模板
							人气:2155
							shopex西街时尚模板
							人气:2155
						 ecshop仿一号店2013最新免费
							人气:9180
							ecshop仿一号店2013最新免费
							人气:9180
						 代运/转运网站系统
							人气:2268
							代运/转运网站系统
							人气:2268
						 ecshop微信商城系统2016版
							人气:1304
							ecshop微信商城系统2016版
							人气:1304
						 ecshop 批量购买插件
							人气:1637
							ecshop 批量购买插件
							人气:1637
						 shopex衣服网服装模板
							人气:430
							shopex衣服网服装模板
							人气:430