Adding vendor to product pages

Topic summary

A user needed help displaying vendor names on product pages, as they were already showing on collection pages using custom code but not on individual product pages.

Solution Provided:

  • Add a “Custom Liquid” block to the product page template
  • Insert the code {{ product.vendor }}
  • Position the block above the product title

Outcome:
The solution successfully resolved the issue, with the vendor name now appearing on product pages as intended. The discussion is marked as resolved.

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

Hello,

I currently show my vendors on my collection pages using custom code but it doesn’t show up on my product pages. I would like to display the vendor name above the product name.

Amorabags.se

Password: chawdo

1 Like

Hey @EdvinLeithe

For that just simply create a “Custom Liquid” block and add this below code in the custom liquid block and drag it above the product title.

{{ product.vendor }}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thank you! This solved it.

1 Like

Hi @EdvinLeithe

The vendor is already being displayed.

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.