I'm setting up a webshop for a client in Magento. He works a lot with very specific brands, so I wanted to make specific brands pages (for SEO purposes).
I followed the suggestion mentioned here: Mangento Shop By Brand to make categories out of brands.
It all works great, I can access my pages like example.com/brands/brandname
.
But now, when in a products view, I want to link to that brand page. How can I get a list of the categories for that product, or even the specific subcategory. I thought about filtering categories by their parent_id (my brands page itself). But haven't got a clue how to go about doing it. I found som info here but doesn't seem to work for my Magento (1.4.1.1)