Is there a way to get a loop/list of all the manufacturers in the backend? Our clients keep asking for that and would be really usefull to use manufacturers instead of separate categories for it.
I don't think there's a template tag for that but you can easily create, say, a PageTemplateExtender and use Manufacturer.getManufacturers and render them yourself.