Possible to duplicate "Shop By" module?

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

Profile photo of Sean Taylor 0.00 $tone August 5, 2012
Public

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?

#2
Profile photo of Saguaros 0.00 $tone August 21, 2012
Public

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?

#5

Please login or Register to Submit Answer

Written By

Comments