FWQ
在Ecshop用户中心的收藏列表里显示商品缩略图
1)、 修改 includes/lib_clips.php 文件 将下面代码 $sql = ‘SELECT g.goods_id, g.goods_name, g.market_price, g.shop_price AS org_price, ‘. 修改为 $sql = ‘SELECT g.goods_id, g.goods_name,g.goods_thumb, g.market_price, g.shop_price AS org_price, ‘. 然后找到 下面代码…