Ecshop模板网
首页 > ecshop教程 > ecshop经验分享 > 在ecshop用户中心我的订单列表中显示商品缩略图
文章详情

在ecshop用户中心我的订单列表中显示商品缩略图

ecshop模板网 / 2014-06-12

在ecshop用户中心我的订单列表中显示商品缩略图 注意此ecshop教程以 ECSHOP官方默认模板(2.7.3 版)为例进行讲解。

1)、

首先我们来打开 /includes/lib_transaction.php 文件

找到 get_user_orders 函数部分,

将下面代码

$arr[] = array('order_id'       => $row['order_id'],
'order_sn'       => $row['order_sn'],
'order_time'     => local_date($GLOBALS['_CFG']['time_format'], $row['add_time']),
'order_status'   => $row['order_status'],
'total_fee'      => price_format($row['total_fee'], false),
'handler'        => $row['handler'],


修改为:

$row['thumb'] =$GLOBALS['db'] ->getOne("sel ect goods_thumb from".
$GLOBALS['ecs']->table("goods").
"where goods_id =(sel ect goods_id from".
$GLOBALS['ecs']->table("order_goods").
"where order_id=".$row['order_id'].")");

$arr[] = array('order_id'       => $row['order_id'],
'order_sn'       => $row['order_sn'],
'order_time'     => local_date($GLOBALS['_CFG']['time_format'], $row['add_time']),
'order_status'   => $row['order_status'],
'total_fee'      => price_format($row['total_fee'], false),
'handler'        => $row['handler'],

'thumb'          => $row['thumb']);

下一篇: Ecshop本店售价的位置显示当前登录等级会员价 上一篇: 将ecshop属性价格改为直接价格,而非加的价格
 用户评论(共 2 条评论)
  • 匿名用户:这个方法只适合一个订单只有一件商品,当一个订单有两个或两个以上的商品时就出现乱码,怎样解决这个错误? ( 2015-06-14 20:28:52 )
  • 匿名用户:这样分页好像出现问题了 ( 2015-03-02 15:17:20 )
用户名: 匿名用户 E-mail:
当前心情:
评论内容:
验证码: captcha
返回顶部 返回首页
 
QQ在线咨询
售前电话热线
#
售前QQ客服