uc_product_table with new added vocabulary

Posts: 47
Joined: 12/11/2007

I've added new vocabulary and would like to see my products exactly the same way the catalog vocabulary using uc_porudct_table. How can I assign new vocabulary to use uc_product_table ( /admin/settings/tapir )?

Still a newb but trying to learn.

Posts: 2008
Joined: 08/07/2007
AdministratoreLiTe!

To use more than one vocabulary with the catalog, you've got to make some pages that call the catalog's theme functions. The one you really need is theme_uc_catalog_browse(), which takes the term's tid as an argument.

The easiest ting might be to make a new module that copies that theme function and that entry in uc_catalog_menu(). Instead of pointing to catalog/ it would go to some other page and pass in the term ids to it.