I've got the following two vocabularies:
Categories, with items:
- Big
- Medium
- Small
Make, with items:
- Samsung
- Whirlpool
- KIC
I've then made a product content type, where these two categories are required.
My problem comes in where I want a menu (preferably using taxonomy menu and dhtml menu) so I can obtain the following menu:
- Big
- Samsung
- Whirlpool
- KIC
- Medium
- Samsung
- Whirlpool
- KIC
- Small
- Samsung
- Whirlpool
- KIC
How can I go about accomplishing this?
I know, normally it would be fairly easy if I made only ONE vocabularly, and for each taxonomy term, i add the make as sub-terms... but I want to do it my way, so that if a new make comes on, that I don't have to go add it to each category. Does that make sense?