I’d like to duplicate the "Shop By" filters module that appears in the sidebar in order to have it filter by year/make/model as well. Is this possible?
5 answers
Sorry-- I must have renamed it. Here’s my live store:
http://springrates.com/shop/index.php/coilovers.html
I would like to allow users to filter by the car (year/make/model). The module I installed only does one search, so it will not remained filtered by the car when someone browses through the categories.
What is the best way to let people filter by the year/make/model, and then browse by the categories or other filters?
Hi again,
Which module did you install for Shop By in left side? It seems that not one of JA extensions.
The module is part of the template. It’s the module that shows ways to filter the products in the store, such as by price.
Hi and I’m sorry, I must be blind to not have seen that. It’s layered navigation block, files that are used for this layered navigation are situated in app/design/frontend/base/default/template/catalog/layer/ folder and it’s called in /app/design/frontend/default/jm_asenti(your default theme)/layout/catalog.xml
PHP Code:
<reference name="left">
<block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
</reference>
and you wanna display this layered navigation in the same result page of your search module, right?