Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Search filter for opencart

I am confused about something and need your help. There are some nice Product Filter extensions for opencart however, non of them is providing any function on front page (landing page).

What i want is something like this Magento theme http://xhtml.webtemplatemasters.com/car-dealer

I mean, the viewer should have the facility to search or filter according to his needs right from the front page of my site i.e. by brand, by type, by price etc.

Can you friends guide me how to achieve this?

Thank you

like image 950
user1231648 Avatar asked Nov 12 '22 21:11

user1231648


1 Answers

You could look at the search controller and template and extract the information relating to the search, then instead of processing the information on the same page simply post to the current search page. This should limit your need to delve into the code of the search and focus what you need to change to the controller and view.

like image 59
Andy Avatar answered Nov 15 '22 11:11

Andy