ecshop后台订单信息页、订单商品编辑页,订单打印页 显示商品缩略图
时间:2024年02月05日
/来源:网络
/编辑:佚名
一、打开 admin/order.php 文件 查找代码(建议使用editplus)
1 $sql = "SELECT o.*, IF(o.product_id > 0, p.product_number, g.goods_number) AS storage, o.goods_attr, g.suppliers_id, IFNULL(b.brand_name, '') AS
修改成:
1 $sql = "SELECT o.*, IF(o.product_id > 0, p.product_number, g.goods_number) AS storage, g.goods_thumb, o.goods_attr, g.suppliers_id, IFNULL(b.brand_name, '') AS
二、打开 admin/templates/order_info.htm 订单信息模板页
查找代码 <td>{$goods.goods_sn}</td> 在后面添加代码 <td><img src="/{$goods.goods_thumb}" width="125" height="140"></td>
继续查找代码 <td scope="col"><div align="center"><strong>{$lang.goods_sn}</strong></div></td> 在后面添加代码 <td scope="col"><div align="center"><strong>商品图片</strong></div></td>
三、打开 data/order_print.html 打印模板页
同样在 {$goods.goods_sn} 后面增加 <img src="/{$goods.goods_thumb}">
查找代码 <td> {$goods.goods_sn} <!-- 商品货号 --></td> 在后面添加代码 <td><img src="/{$goods.goods_thumb}" width="121" height="136"> <!-- 商品略缩图 --></td>
再继续查找代码 <td bgcolor="#cccccc">{$lang.goods_sn} <!-- 商品货号 --></td> 继续在后面添加代码 <td bgcolor="#cccccc">商品图片 <!-- 商品货号 --></td>
四、打开订单商品信息编辑页【添加订单】模板 admin/templates/order_step.htm
查找代码 <td>{$goods.goods_sn}
在这条代码前面加如下代码
<td><img src="/{$goods.goods_thumb}" width="125" height="140"></td>
订单信息页效果图:
订单信息页效果图
打印订单页效果图:
打印订单页效果图
订单商品信息编辑页【添加订单】
1 $sql = "SELECT o.*, IF(o.product_id > 0, p.product_number, g.goods_number) AS storage, o.goods_attr, g.suppliers_id, IFNULL(b.brand_name, '') AS
修改成:
1 $sql = "SELECT o.*, IF(o.product_id > 0, p.product_number, g.goods_number) AS storage, g.goods_thumb, o.goods_attr, g.suppliers_id, IFNULL(b.brand_name, '') AS
二、打开 admin/templates/order_info.htm 订单信息模板页
查找代码 <td>{$goods.goods_sn}</td> 在后面添加代码 <td><img src="/{$goods.goods_thumb}" width="125" height="140"></td>
继续查找代码 <td scope="col"><div align="center"><strong>{$lang.goods_sn}</strong></div></td> 在后面添加代码 <td scope="col"><div align="center"><strong>商品图片</strong></div></td>
三、打开 data/order_print.html 打印模板页
同样在 {$goods.goods_sn} 后面增加 <img src="/{$goods.goods_thumb}">
查找代码 <td> {$goods.goods_sn} <!-- 商品货号 --></td> 在后面添加代码 <td><img src="/{$goods.goods_thumb}" width="121" height="136"> <!-- 商品略缩图 --></td>
再继续查找代码 <td bgcolor="#cccccc">{$lang.goods_sn} <!-- 商品货号 --></td> 继续在后面添加代码 <td bgcolor="#cccccc">商品图片 <!-- 商品货号 --></td>
四、打开订单商品信息编辑页【添加订单】模板 admin/templates/order_step.htm
查找代码 <td>{$goods.goods_sn}
在这条代码前面加如下代码
<td><img src="/{$goods.goods_thumb}" width="125" height="140"></td>
订单信息页效果图:
订单信息页效果图
打印订单页效果图:
打印订单页效果图
订单商品信息编辑页【添加订单】
新闻资讯 更多
热门文章
- 178Moban源码谈谈免费源码与收费源码的区别
- 2帝国CMS忘记后台登陆用户名、密码、认证码的解决方法
- 3帝国CMS(EmpireCMS) v7.5后台任意代码执行漏洞及具体修复方法
- 4帝国CMS和WordPress 哪个好?哪个适合建站?
- 5如何解决Discuz的密码错误次数过多请15分钟后登陆的问题
- 6帝国cms灵动标签取得内容和栏目链接地址
- 7emlog pro 注册码“开心”教程(如果有一天,emlog官方版 或者 emlog免费版 跑路了,那用户怎么办?)
- 8织梦CMS在nginx下设置伪静态方法(附nginx伪静态规则)
- 9帝国cms后台登录出现”您还未登录”怎么解决?
- 10帝国cms7.5忘记登录密码 和忘记登录认证码以及多次登录 失败被锁定解决办法