Help with dynamically filtering data based on user interaction
Hi, I need some help. First, I need help displaying a table of departments on a page. For example: I have a number of product brands that have been designated as departments. I would like to display them in a 3 columns by 9 row table. Second, when a user clicks on a brand they need to be shown on different page all of the products of that brand. Third, on that same page, on the left column should be a treeview listing of all the brands with their respective sub-categories so that when a user clicks on one of them, the page is filtered to display only items in that subcategory from that brand.
Any help, great or small would be greatly appreciated.
Hello Tyler,
What I can suggest is building a custom module to hold all of the data you need. Then on the frontend, you will be able to use the Content widget for that module and with its Master/Detail view you will be able to have two views that you need - one for the list of all items and one for the detailed item that will be the brand with all of its products inside.
All the best,