轻源码

  • QingYuanMa.com
  • 全球最大的互联网技术和资源下载平台
搜索
一起源码网 门户 ECShop网店 查看主题

ECSHOP订单打印订单信息显示商品缩略图

发布者: zldxgz8888 | 发布时间: 2018-6-18 07:59| 查看数: 5127| 评论数: 1|帖子模式

1、打开 admin/order.php 文件 (建议使用editplus)找到
$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

修改为
$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   


2、打开 admin/templates/order_info.htm 模板页,在 {$goods.goods_sn} 后面增加
    

3、打开 data/order_print.html 模板页,同样在 {$goods.goods_sn} 后面增加

    

最新评论

疯了~~ 发表于 2022-6-27 16:02
电商结算平台源代码

轻源码让程序更轻更快

QingYuanMa.com

工作时间 周一至周六 8:00-17:30

侵权处理

客服QQ点击咨询

关注抖音号

定期抽VIP

Copyright © 2016-2021 https://www.171739.xyz/ 滇ICP备13200218号

快速回复 返回顶部 返回列表