
Show images for the sub-categories in the opencart version 1.5+
Show images for the sub-categories in the opencart version 1.5+. If you are looking for 2.3 then: Show images for the sub-categories in the opencart version 2.3 Find lines below on catalog/controller/product/category.php $this->data['categories'][] = array( 'name' => $result['name'] . ($this->config->get('config_product_count') ? ' (' . $product_total . ')' : "), 'href' => $this->url->link('product/category', 'path=' . $this->request->get['path'] . [...]