Hello! I am trying to make my Vendors clickable so they link to the Vendor Collection Page. We have the Sense theme. Can anyone help? Thanks so much!
Hi KK2020,
I came across your job posting on Shopify community where you said you’re looking for An expert that can help you to make your Vendors clickable so they will link to the Vendor Collection Page. As a store designer i can help you to fix this issues and I can also help to reconstruct your business website.
I’ve worked with a lot of great brands and small businesses over the past 4 years. They’ve praised my work as exceptional and reported back great increases in conversion rates and sales after the new website design.
I can show you some of my previous work, let discuss more better.
I have a few ideas on how to approach your job on designing the website. If you’re interested, I’d love to discuss more details.
Kind regards.
hi @KK2020
This is PageFly - Free Landing Page Builder.
You can use the code below to achieve this, please replace it in your liquid file :
{{ product.vendor }}
If not you can try this Liquid code when the HTML code above don’t work
{{ product.vendor | link_to_vendor }}
Hope this helps.
Best regards,
PageFly
Hi @KK2020 ,
Please go to Customize > Default product > Add block > Custom liquid.
Code:
{{ product.vendor }}
Hope it helps!
Maybe it helps to know that I would like the link to be the COLLECTION PAGE of that particular Vendor…
Hi @KK2020 ,
I tried test and it works fine, did you add it again?


