您现在的位置是:首页 > cms教程 > ecshop商城教程ecshop商城教程
ecshop后台商品列表显示商品缩略图的方法
姬霏2023-12-16 23:15:04ecshop商城教程已有13人查阅
导读ecshop 后台商品列表显示商品缩略图,大楷步凑如下:一:admin\includes\lib_goods.php (可能是781行)二:admin\templates\goods_list.htm
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, ” .
添加:goods_thumb,
加多红 部分
二:admin\templates\goods_list.htm
在以地方加多红 部分(可能是41行)
查找:<th><a href=”javascript:listTable.sort(‘goods_name’); “>{$lang.goods_name}</a>{$sort_goods_name}</th>
换行添加
<th><a href=”javascript:listTable.sort(‘goods_img’); “>商品图缩略图</a></th>
查找:<td style=”{if $goods.is_promote}color:red;{/if}”><span onclick=”listTable.edit(this, ‘edit_goods_name’, {$goods.goods_id})”>{$goods.goods_name|escape:html}</span></td>
换行添加
<td><img src=”../{$goods.goods_thumb}” width=”80″ /></td>
其中: width=”80″ 是显示图片大小。 你可以修改80 大小。更具你的不同来显示。
一: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, ” .
添加:goods_thumb,
加多红 部分
二:admin\templates\goods_list.htm
在以地方加多红 部分(可能是41行)
查找:<th><a href=”javascript:listTable.sort(‘goods_name’); “>{$lang.goods_name}</a>{$sort_goods_name}</th>
换行添加
<th><a href=”javascript:listTable.sort(‘goods_img’); “>商品图缩略图</a></th>
查找:<td style=”{if $goods.is_promote}color:red;{/if}”><span onclick=”listTable.edit(this, ‘edit_goods_name’, {$goods.goods_id})”>{$goods.goods_name|escape:html}</span></td>
换行添加
<td><img src=”../{$goods.goods_thumb}” width=”80″ /></td>
其中: width=”80″ 是显示图片大小。 你可以修改80 大小。更具你的不同来显示。
本文标签:
很赞哦! (0)
暂无内容 |
暂无内容 |
相关文章
暂无内容 |
暂无内容 |
随机图文
ecshop商品分类添加图片广告二次开发教程
1、给xxx_category表增加一个varchar类型的category_img字段,用来存储上传的图片路径字符串alter table `ecs_ecshop首页商品列表页面显示商品属性的方法
ecshop商品属 如何显示在商城其他页面呢?ecshop首页显示商品属 ,商品列表页面显示商品属 的调用教程。 ECSHOP任意页面调用商品属 ,直接用ecshop订单通知邮件里怎么显示省市区
这里说的“ecshop新订单通知邮件”,指的是系统发给网站客服的订单通知邮件,不是发给客户的,请不要弄错了。有朋友说了,我怎么从来没收到过ecshop2.7在php5.4以上版本报错的解决方法
是不是对较新版本的php适配ecshop很苦恼.最近我就遇到了这个事情,最终我花了一个小时的时间把这个问题解决了,特放出来,方便大家查阅。
留言与评论 (共有 0 条评论) |