I've been wrestling with this problem for many hours now, and my indignant cerebellum left the building in a huff hours ago.
I'm trying to create a suckerfish menu of a product catalog. I might use Nice Menus or something else. But how thats done isn't the problem.
First I need to have a menu. Thats key.
Ubercart's Catalog doesn't implement a menu, as far as I can tell.
Some of the postings I've read suggest using taxonomy menu, utilizing the Catalog vocabulary. Ok. I've tried that.
I've built the vocabulary, with categories and subcategories of products, and used pathauto to make some nice automatic aliases.
The problem is that the
links from this menu then go to a basic taxonomy term view, of the taxonomy/term/% variety (drupal paths, not path aliases).
Which isn't nearly as useful as utilizing the Ubercart's built in catalog, which can list and link to subcategories.
Drupal's basic taxonomy only list's nodes that are tagged with the current term, and omitts a lot of the useful information provided by the Catalog, such as subcategories, counts of number of products in a category, etc.
I've thought about overriding the theme function that handles displaying taxonomy listings. I was thinking to iterate through a term's child terms and list/link-to those, in addition to listing any products. Probably displaying multiple instances of a dynamic view, with args for terms. But this will involve some heavy lifting, and an required and cherished part of my brain is still at large.
Has anyone managed to use taxonomy menu and have it link to to the appropriate place in the Ubercart catalog?
If so, please, I beg of you, tell me how. I'll give you have of my cerebellum, if it returns. I've tried using Taxonomy Redirect, but I couldn't seem to get it working.
Alternatively, has anyone managed to make the catalog implement a menu in the menu system (that could then use something like nice menus)?
Cheers,
y



?