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.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025