I'm currently developing a website for a client and I've hit a bit of a snag.
We're using FME Layered Navigation, which currently displays both sub & sub-sub categories of the parent category.
What we'd like is to just show the sub categories, then once that is clicked show the sub-sub categories.
e.g:
Root
Cat1
SubCat1
SubSubCat1 /* Hide until SubCat1 is clicked */
SubSubCat2 /* Hide until SubCat1 is clicked */
SubSubCat3 /* Hide until SubCat1 is clicked */
SubCat2
SubSubCat1 /* Hide until SubCat2 is clicked */
SubSubCat2 /* Hide until SubCat2 is clicked */
SubSubCat3 /* Hide until SubCat2 is clicked */
SubCat3
SubSubCat1 /* Hide until SubCat3 is clicked */
SubsubCat2 /* Hide until SubCat3 is clicked */
SubSubCat3 /* Hide until SubCat3 is clicked */
If anybody could point me in the right direction please? I've looked through the /app/code/local/FME .phtml files, but I can't see anything that decides the level of category to display.