How can I link the vendor name to its collection on my product display page?

Topic summary

A user seeks to convert the vendor/brand name displayed on their product page into a clickable link that directs to the vendor’s collection page.

Current Setup:

  • Custom Liquid code displays variant details including brand (vendor), SKU, GTIN barcode, and availability status
  • The vendor name currently appears as plain text

Response:

  • Another user provided a Shopify documentation link about navigation, search, and filtering
  • The link appears corrupted/reversed in the thread, making it difficult to verify the exact resource

Status: The question remains partially answered, as the provided link may not be fully accessible and no specific code solution has been shared yet.

Summarized with AI on November 16. AI used: claude-sonnet-4-5-20250929.

Hi,

I have some custom liquid to display variant brand, sku, barcode. Is there a way I can make the vendor name a link to the vendor collection?

Thanks :slightly_smiling_face:

{%- assign current_variant = product.selected_or_first_available_variant -%}

**Brand:** 
{{product.vendor}}

**SKU:** 
{{current_variant.sku}}

**GTIN:**{{current_variant.barcode}}

{% if current_variant.available %}
**Availability:** In Stock

{% else %}
**Availability:** Out of Stock
{% endif %}

Hi @RobbieUK ,

Please refer the below URL to impliment the same.

https://shopify.dev/docs/themes/navigation-search/filtering/storefront-filtering