Great code, thanks - but one problem. If I set all the sections to dropdowns there’s no way to progress beyond selection - there’s no javascript that then loads my choices, if you see what I mean?
The code I posted works on v1.0 no problems at all. Regarding your other question about having the layered navigation on the home page - I am not 100% sure how you would go about that as the navigation is built by looking at the products / categories within the category you are viewing - homepage is not a category as such, so there is no navigation to be built. So what category would you want the layered navigation to be built from?
Cheers
Adam
I am trying to get the layered navigation on the homepage as well. Really we want the layered navigation to be on every page. We have multiple stores and this one store has one category, so we want the navigation for the site to be the layered navigation.
They can view all items by price, color, manufacturer, etc.
I am trying to get the layered navigation on the homepage as well. Really we want the layered navigation to be on every page. We have multiple stores and this one store has one category, so we want the navigation for the site to be the layered navigation.
They can view all items by price, color, manufacturer, etc.
I am trying to get the layered navigation on the homepage as well. Really we want the layered navigation to be on every page. We have multiple stores and this one store has one category, so we want the navigation for the site to be the layered navigation.
They can view all items by price, color, manufacturer, etc.
thanks thats working perfectly well..Is there any chance to put the regular language translation option in? So that I can show it in the different languages if I have a multy store settup?
Like replace “Please select” with something like this <?php echo $this->__('Please select') ?> and define it in the language file or anything similar...?
Anyone any ideas or hints? Thank you in advance for sharing