How can I get this module to work with vocabularies other than Ubercart’s “Catalog” vocabulary? I have other vocabularies such as brand, color, and style and would like the taxonomy search results to output in grid format as well. Please help.

Comments

tahiticlic’s picture

admin/settings/taxonomy_grid

there you can choose the vocabularies you'll include in grid rendering

mariner702’s picture

I’m using Drupal’s taxonomy to render my taxonomy search results in selected terms not Ubercart’s “Catalog.” The Catalog’s path is sitename/catalog/[term id], while my defined vocabularies’ path is sitename/category/[vocab]/[term]. The grid format only works for the catalog/[term id] path and not for Core’s category/[vocab]/[term] path even though I did select the brand, color, and style vocabularies in admin/settings/taxonomy_grid. I would really like to have products shown in grid format because its aesthetics is so much more appealing.