Implement table view to catalog category

Posts: 10
Joined: 12/24/2007

I'm using views for the moment to add extra columns to the product tables (see: http://www.utopiah.be/drupal/catalog_test/128/cdspelers)

My only problem: how do I implement it into my categories?

For example: http://www.utopiah.be/drupal/catalog/3/verhuur -> I want this to stay like it is, but if I click on a category with products in it, it should show my View.

I'm a bit confused how I should solve this.

Any ideas?

Thanks!

/Sebastian

Posts: 10
Joined: 12/24/2007

Any one has an idea? Am I missing something?

Thanks!

/Sebastian

Posts: 5617
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Unfortunately, I'm not sure you can mix the two like that. It seems like you'd need to use either a Views catalog or the catalog module. There are ways in a module to add columns to the tables produced by the catalog module if you're a coder.

Posts: 10
Joined: 12/24/2007

OK, I'll add the columns to the tables then. Should be easier then.
Thanks for the response Ryan.

Posts: 10
Joined: 12/24/2007

For the curious, I used http://www.ubercart.org/contrib/763 (Extra columns module by zmove) to add the extra columns. Thanks zmove!

I'm wondering if someone knows where the manufacturer-column is coming from? I can't seem to find it in the uc_product_table function. I want the table header to be placed in the center of the column, now it's placed on the left.