I’m looking to display vendor above the product’s name while in the collection page.
As of now, only the product’s name is displaying.
The only way to see the vendor’s name is to click on the product, but that’s not what I’m looking for. I want my customers to see the products’ vendor’s name while they are navigating through the site.
I am using the Dawn Theme
Anyone have any ideas?
Hi @shirley28 , go to edit code > snippets > card-product.liquid. Look for this:
###
{{ card_product.title | escape }}
and replace it with:
### {{ card_product.vendor }}
###
{{ card_product.title | escape }}
Why simple when it can be complicated 
I forgot there is an option in customizer. @saim007 
1 Like
Hi @shirley28 Just go to the Customization > select the collection template from the drop-down and you can see in the left side Product Grid section click on it and just scroll down and tick on the Show Vendor your vendor name will show. for your reference see screenshot -
That’s it!
Please let me know if works and like mark as solve!
Hi, I’ve replaced it with the 2nd one but nothing has changed…