Page 2 of 2

Re: [solved] Removing "Refine Search" on the category page

Posted: Fri Oct 18, 2013 8:43 am
by Maeploy
Nice. Worked a TREAT IN 1.5.5.1, using the Gentle Theme from theme forest. :)

Re: [solved] Removing "Refine Search" on the category page

Posted: Fri Oct 18, 2013 1:55 pm
by ethelpbb
I don't know how to do!

Re: [solved] Removing "Refine Search" on the category page

Posted: Tue Oct 29, 2013 1:47 am
by hokalong
i got it done.... but mine is a little different
my product list is going from up to down instead from left to right..
for example:
Product A
Product B
how to make it from left to right
Product A Product B

Re: [solved] Removing "Refine Search" on the category page

Posted: Fri Feb 28, 2014 5:48 am
by CufflinksGalore
jty wrote:
ThuNderGr wrote:Does this work? i get an error "undefined index thumb".
you need to also define 'thumb' in the controller file

In catalog/controller/product/category.php
FIND

Code: Select all

$results = $this->model_catalog_category->getCategories($category_id);

foreach ($results as $result) {
below it ADD

Code: Select all

//
				if ($result['image']) {
					$thumb = $this->model_tool_image->resize($result['image'], $this->config->get('config_image_category_width'), $this->config->get('config_image_category_height'));
				} else {
					$thumb = '';
				}
				//
then a little further below, FIND

Code: Select all

$this->data['categories'][] = array(
					'name'  => $result['name'] . ' (' . $product_total . ')',
ADD into that array

Code: Select all

'thumb' => $thumb,
Also, the css needs to be fixed. I'm getting the thumbs listed vertically. And I haven't catered for when a category doesn't have an image
What is it that you changed in the CSS, as I have carried out all the necessary steps as indicated by Sinbad and yourself in the above quoted post, but can't get the images to align horizontally, even though I have made every change possible to change the direction to horizontal or in a grid view.

Thanks in advance.

Re: [solved] Removing "Refine Search" on the category page

Posted: Tue Jun 17, 2014 11:18 am
by sqwireless
Hi, Quick question.

refine search function are removed, now how to remove the useless "refine search" words ? Thank you for helping !!

Image

Re: [solved] Removing "Refine Search" on the category page

Posted: Tue Nov 04, 2014 3:19 am
by ncwsolution
ryancalderon wrote:Hi All! does anyone knows how to convert refine search into a dropdown <select></select> box... Many thanks in advance.
Hi ! Here is the link below for your desired extension with no price: http://www.opencart.com/index.php?route ... on_id=9688

Re: [solved] Removing "Refine Search" on the category page

Posted: Tue Nov 04, 2014 3:41 am
by ncwsolution
Hi all ! Here is very nice and free extension to add thumbs for subcategories: http://www.opencart.com/index.php?route ... on_id=3907