Add Variant Information under Thumbnail Images - Supply Theme

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:

https://community.shopify.com/c/Shopify-Design/Product-pages-Add-captions-or-labels-to-product-images/m-p/615149

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 %}