欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > ECSHOP教程 >
ECSHOP教程

ecshop get_category_recommend_goods 无效有bug 如何解决

(元素模板) / 2023-06-16 11:26
ecshop 使用get_category_recommend_goods 函数 显示无效有bug 如何解决呢?
元素模板为您解答

get_category_recommend_goods($type = '', $cats = '', $brand = 0, $min =0,  $max = 0, $ext='')

位于lib_goods.php

/**
* 获得指定分类下的推荐商品
*
* @access public
* @param string $type 推荐类型,可以是 best, new, hot, promote
* @param string $cats 分类的ID
* @param integer $brand 品牌的ID
* @param integer $min 商品价格下限
* @param integer $max 商品价格上限
* @param string $ext 商品扩展查询
* @return array
*/

$cats不是传递具体的产品分类id,而是传递类似于:g.cat_id  IN ('3','5')

需要配合函数:get_children($cat_id)

使用方法:

get_category_recommend_goods('best',get_children($cat_id))
Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com