我在核心文件(catalog\controller\product\category.php)中添加了以下代码以优化类别图像。所以,它工作正常。
但是,什么时候,通过 vqmod 添加相同的代码(不更改核心文件)。所以,它工作正常。但是,如果,不可用 Refine categories in categories page.So, Get error ( Notice: Undefined variable:.... )
添加代码:
$image = $this->model_tool_image->resize($result['image'], $this->config->get('config_image_category_width'), $this->config->get('config_image_category_height'));
如何解决?
谢谢。