I’ve built a few sites with EE, but I still find myself perplexed when it comes to the programmatic approach to displaying entry’s with multiple categories. I have a site that has two category groups: States, and Item Categories. Users start out by selecting a state which then directs them to a list of varying types of items. When they select an item (this item is only available in the selected state), like furniture, the user is finally taken to a page where they are shown only entries with a specific state and of a specific category item type. The PROBLEM is that it doesn’t really work right, and I find myself using more embedded templates then I would like.
So the question is: What is the best approach to a site where entries must be listed under a user specified state & are created to be categorized by a type of product?
I am using EE 2.1.3.
An example of my URI is: http://www.recyclingassets.com/assets/ohio/56/furniture/13/
I realize I can find the answer myself but I would love to get some input from the experts on this awesome forum. Thanks!