I have a customer who updates his site categories regularly, according to customer requests, and also adds a single level of subcategories to each category. He uses Categories section under Site Settings on BC admin to add these categories and subcategories.
I want a Category Accordion Menu on the left side of the home page that updates when the site categories are updated at a single location.
When you select a particular subcategory on the Category menu, I want a list of webapp items displayed that are identified with that subcategory.
I do not want to use drop down lists.
Is this possible? I am finding it difficult to find a solution.
Edit - Additional Information
The category menu works, thank you.
I now need to display a selectable list of subcategories in center column of page with the following process:
Category is selected on left side column menu with link to category html page (for example - category.html) variable is passed to category page identifying category selected and 2 column subcategory list to display. Only subcategories related to Press releases are listed. Single category page for all categories - dynamic.
Select subcategory from 2 column list in center column.
Subcategory page is displayed (for example subcategory.html) and related Press Releases are displayed in a summary list under 2 column subcategory list in center column according to variable passed from selection of subcategory. Single subcategory page - dynamic.
Press Release page is displayed (for example press-release.html) when a specific Press release is selected from Press Release summary list. A variable is passed from subcategory.html Press Release selection. Single Press Release page - dynamic.
3 variables: What category? What subcategory? What Press Release?
Question: What is the code to display a 2 column subcategory list that have related Press Releases? Category ID variable should be passed to category HTML page. Category, Subcategory and Press Release pages are dynamic, displaying according to variable passed to page.
The categories and Subcategories are created in BC admin under Site settings > categories.
If somebody else understands a solution, please feel free to add your answer.