How do we add a text metafield to individual product images and then show that text data on the front-end?
Hi @Amanullah ,
If you are trying to have a related text to product images, why you not try the alt attribute the images? You can then call the text by using {{ product.featured_image.alt }}
