Hi everyone… I believe that my original post was not very clear or understandable to everyone that had read it so I have decided to edit my problem. I hope that this time it will be more understandable.
So I have spent weeks creating attributes for each of my categories and products for my store to be able to give to my customers as many help options as possible to show in the Layered Navigation. Each of my Product categories would show anywhere from 10-30 shopping options in the Layered Navigation window such as Manufacturer, Color, Price, Resolution, Screen Size etc. The top most option in the Layered Navigation is one listed as ‘CATEGORY’ which basically is showing the same identical listings options as my ‘Manufacturers’ attribute. I would like to know if there is anyway that this option can be removed. It is silly to have a ‘CATEGORY’ option and a ‘MANUFACTURER’ option as they both show the exact same list of options. It is also the top most option and cannot be moved to another position otherwise I would just throw to the bottom of the Layered Navigation list out of the way.
I am unable to find it in the Admin ‘Manage Attribute’s so I cannot remove it from there. If I go to Admin ‘Manage Categories’ and try to remove it from there it just removes the visibility of all products from the frontend from showing.
I have seen a few stores that have successfully removed this option from showing in their Layered Navigation so I guess it must be possible some how.
If anyone can help me I would really appreciate it. If anyone needs me to explain a little better then I would be happy to do so.
I’m also interested in finding a way to remove the “shop by category” option in the layered nav box.
I’m forced to do this because:
1) We have too many categories to fit in the nav bar across the top.
2) I’m moving the categories to the left column using the VertNav extension.
3) We can’t move the layered nav to the right column because it breaks the sort by name functionality.
Has anyone resolved this? Price, Special Price, Cost, minimal price...all show the same thing. Also, I think $0.00 - $1000 is a pretty large spread. i’d like maybe 4 more smaller denominations under there.
to disable the layered navigation(Shopping Options), go to Catalog -> Attributes -> Manage Attributes and select the attributes that appear in your layered navigation, and select “NO” from “Use In Layered Navigation” drop down.. the layered navigation automatically disappears when u do this to all the attributes that appear in layered navigation..
Regards
Amjath
Magento and Typo3 Developer
Excellone Technologies
to disable the layered navigation(Shopping Options), go to Catalog -> Attributes -> Manage Attributes and select the attributes that appear in your layered navigation, and select “NO” from “Use In Layered Navigation” drop down.. the layered navigation automatically disappears when u do this to all the attributes that appear in layered navigation..
Regards
Amjath
Magento and Typo3 Developer
Excellone Technologies
Jadalex was looking for a way to remove Categories from the layered navigation. This doesn’t appear in Catalog > Attributes > Manage Attributes. I’m also looking for a way to get rid of this as I only need manufacturers displaying here. Anyone with any ideas?
Thanks, I was hoping it was something configurable that I’d missed. But this will do the trick. Next thing to try to work out is how to display all products in manufacturer sections ... wish me luck!
This is what I did to remove the “Category” section from my layered navigation so I wouldnt have any repeat information with the attributes I wanted in the layered navigation.
go to app/design/frontend/default/default/template/catalog/layer and open up view.phtml for edit.
All I did was add the if statement to allow everything in layered navigation except the group with the name of “Category.” I dont have Minimal Price in my nav but Im sure this would work for that too, just add it in the if statement. My view.phtml file is attached.