All things Shopify and commerce
I am trying to add the Vendor name above the image on each Collection Card. I assume this will involve changes to the snippets/card-product.liquid, but am not sure about that. Does anyone have experience with this issue? Thank your for your time and consideration.
Solved! Go to the solution
This is an accepted solution.
After some experimenting with this, I was able to add the Vendor just below the price line and above the size element. I believe I have too much code in there at the moment, but it works. I'll try to clean it up when I have some more time. In the meantime, it is working. Thank you very much.
Hey @cpo1 I hope you are doing well.
Welcome to the Shopify Community where hundred of Individual Developers ready to help you. Showing the Vendor above the each image of Collection card require a custom coding.
I you familiar with the coding then paste this code on the top of Image render code in snippets/card-product.liquid file.
{% if product.vendor %}
<p class="product-vendor">{{ product.vendor }}</p>
{% endif %}
If you are not familiar with that I am open to help you.
Information shared in Signature.
Thanks
Hello Qasim. There is no image render code in snippets/card-product.liquid file that I can identify. I am not a coder, but I am looking for someone who can help me with some coding. I'm not familiar with Information shared in Signature. What and where is that information? Thank you.
This is an accepted solution.
After some experimenting with this, I was able to add the Vendor just below the price line and above the size element. I believe I have too much code in there at the moment, but it works. I'll try to clean it up when I have some more time. In the meantime, it is working. Thank you very much.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025