I'm working with the eCommerce module Ubercart, creating a site for two companies owned by the same parent company, within one site. I've created a taxonomy vocabulary for each company, which adds the company name to the URL and therefore allows me to channel that content to one area of the site. A second vocabulary called "Catalog" was created by installing Ubercart. There I added terms such as "clothing", "office supplies", "safety gear", and "clearance". In Ubercart then automatically creates a "Catalog" block with a menu of products. However, those products aren't filtered by "Company" and just show products for both companies when you click on a menu item.

I'm kind of stumped. Any ideas on how to create a menu block showing only the catalog for a single company?

Comments

nirbhasa’s picture

As far as I know, Catalog is basically just a taxonomy, and you can recreate that block using views. If the Catalog block stems from a view, try overriding that view and adding an additional 'Company' filter. If not, then I am sure you can just create a block view that does exactly what you need.