The catalogue settings page (admin/store/settings/catalog/edit) lets you choose which taxonomy vocabulary you wish to use as a catalogue.
Is it possible to select more than one vocabulary to display as a catalogue display?
The reason I ask is that I have used the taxonomy categories to organize the products on my site.
As is standard in Drupal, the vocabulary terms appear on the nodes that they are applied to and the end user can click on these terms to see all the nodes that belong to that term.
For example, T-Shirts belong to the T-Shirt vocabulary term which is part of the clothing category.
When the user views a T-Shirt product, they can click on the T-Shirt vocabulary term link and then see all the T-Shirts on the site.
At the moment, the T-Shirt page displays full node views of all the T-Shirts, which is difficult to navigate.
It would be much better if they could be displayed as a catalogue view. I cannot assign the clothing category vocabulary as a catalogue view (in admin/store/settings/catalog/edit) , as I am already using the catalogue view to display all my products by Brand.
I know I could create a custom view with the Grid Bonus module to reproduce a catalogue-like view. However, the end user wouldn't be able to access this view when they click on the T-Shirt vocabulary term link.
