I'm building a wine shop with two navigations:
Red wine
- Italy
- Spain etc.
White wine
- Italy
- Spain etc.
Countries
- Italy
- Spain etc.
I made two vocabularies and assigned the terms to the products:
Color (Red wine, White wine)
Countries (Italy, Spain etc.)
I managed to build the navigation for the countries and the colors. But how can I put the countries in the color navigation to display e.g. red wines from Italy?
- Adding the countries to the color vocabulary as childs of the corresponding colors?
- Create views for color and country combinations (how would I do that and would I have to create for each combination a separate view)?
- Create menu items with taxonomy/term/color-id,country-id (I managed that one, but it seems rather complicated)?
Any help is highly appreciated, thanks.
