Link To A Brand Page Using Id

Hi!

We can link to products using links like index.php?dispatch=products.view&product_id=30296

This is great, because it keeps the visitor in the language they are using. So no more need for making an individual link per product on pages, descriptions, etc.

But.... can the same be done for brand pages somehow?

I hope somebody can help.

Thanks!

You can use

index.php?dispatch=product_features.view&variant_id=XXX

where XXX - id of the brand feature variant

There is no special page where you can find this ID. For example, use code inspector of your browser on the manage brand variants page

Awesome, thanks so much, this comes in really handy when creating banners, etc!

You are welcome!