
Show images for the sub-categories in the opencart versions 2.3, 3, and 4
This Opencart tip is to show images for the sub-categories in the Opencart version 2.3, but you can make changes as per the following instructions. Opencart 2.3 Find the following code at catalog\controller\product\category.php $data['categories'][] = array( 'name' => $result['name'] . ($this->config->get('config_product_count') ? ' (' . $this->model_catalog_product->getTotalProducts($filter_data) . ')' : "), 'href' => $this->url->link('product/category', 'path=' . [...]