Hi
My website is www.thegoodgrocer.co.za
I would like to add the Type, Size and Price under each thumbnail on my product pages. Is there a way to achieve this automatically. Please see the example below.
Thanks for the help in advance.
Hi
My website is www.thegoodgrocer.co.za
I would like to add the Type, Size and Price under each thumbnail on my product pages. Is there a way to achieve this automatically. Please see the example below.
Thanks for the help in advance.
For anyone who was looking for a solution to this, I found the answer here:
I added the code (without the ‘My image caption is’) in product-template.liquid so it looks like this:
{% for image in product.images %}
- {{ product.variants[forloop.index0].title}}
{% endfor %}