1 reply [Last post]
boromino's picture
Offline
Joined: 02/10/2008
Juice: 18
Was this information Helpful?

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.

Boromino - We build websites

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Display red wines from a specific country?

For something like this, I think the closest you can get will be a View w/ exposed filters that let you select a color/country or specify either one to "All" like the FAQ section does for category/topic. Unfortunately this would do away with the default catalog as is, though you could still organize your catalog on one of the vocabularies. We don't really have a better way to "refine" catalog pages right now.