How can I link product vendors to specific collection pages?

Hello

I sell products from different Brands, and I’ve created a collection page for each one.
On the Product Page, it shows the vendor. But it links to an automatically generated vendor page.

I’ve tried every solution I’ve found online, but I cannot make It work.

This is the only Part with the word ‘Vendor’ in the Code I can find:

(product.liquid)

“brand”: {> “@type”: “Organization”,> “name”: {{ product.vendor | default: shop.name | json }}

I use the Pipeline theme

Thanks!

1 Like

Hi @lailalaila ,

Do you want to remove the link for the vendor part??
If yes: Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

@lailalaila

yes, please try this way code

{{ product.vendor | link_to_vendor }}