Hello,
I love the uc_manufacturer add-on module, but had a quick question. Right now, the module makes the path to the manufacturer's page something like site.com/manufacturer/335. I was wondering how I could change this to use the manufacturer's name instead. Pathauto does not seem to be able to do the trick.
Starting at line 122, the function uc_manufacturer_path($term) seems to be what I want to change. It is returning 'manufacturer/'. $term->tid; but I do not know what other variables are in the $term class. What variable would I want to use?
