Hi, I would like to add this metafield to 2 sections of collection grids on my website. Can anyone help me with the code ?
thank you in advance
Meta:
product.metafields.custom.sub_header
Link: https://ynco-ny.com/
Hi, I would like to add this metafield to 2 sections of collection grids on my website. Can anyone help me with the code ?
thank you in advance
Meta:
product.metafields.custom.sub_header
Link: https://ynco-ny.com/
Hi @Daniel19901 ,
You need to add the below code in the product grid.
{{ product.metafields.custom.sub_header.value }}
Thank you