ecshop后台商品列表显缩略图方法

2016-07-07 15:01 来源:www.chinab4c.com 作者:ecshop专家

修改一:admin\includes\lib_goods.php (可能是781行)
$sql = "SELECT goods_id, goods_name, goods_sn, shop_price, goods_thumb, is_on_sale, is_best, is_new, is_hot, goods_number, integral, " .
加多红色部分
修改二:admin\templates\goods_list.htm
顶端加以下样式:
<style type="text/css">
#zoomimg
{position:relative;display:block; float:left; margin-right:0px;width:18px; height:18px; border:1px solid #0000FF}
#zoomimg
a {position:relative; display:block; width:18px; height:18px; background:transparent;}
#zoomimg
a img {width:100%; height:100%; border:0;}
#zoomimg
a:hover {position:absolute; left:-83px; top:-83px; width:100px; height:100px; z-index:2;border:1px solid #0000FF;padding:1px;background:#f4f4f4;}
</style>
在以地方加多红色部分(可能是41行)
<td class="first-cell" style="{if $goods.is_promote}color:red;{/if}"><div id="zoomimg"><a href="#1"><img src="../{$goods.goods_thumb}"/></a></div><span>{$goods.goods_name|escape:html}</span></td>

回答:
能不能抓个图让大家知道



系统出问题了?我发在别的帖子上的跟帖居然跑这来了

Mark下 等下实际测试