Opencart by default doesn’t display refine search Thumbnails. To display the category links with the thumbnails. We will do the following. Open “catalog/controller/product” and search for (should be around line number 160 – 170) : 1 2 3 4 $data[’categories’][] = array( ‘name’ => $result[’name’] . ($this->config->get(’config_product_count’) ? ‘ (‘ . $this->model_catalog_product->getTotalProducts($filter_data) . ‘)’ :… Read More