Product Info on Collection Page

Hello Community,

Is anybody able to help me add some product information to the collection pages.

Specifically I would like to add product highlights under the product name to make it easier for people to understand product USPs when faced with a large catalogue of SKUs.

I have the data set up in product metafields. How do I pull it through?
Attached file is an example of what I’d like to achieve.

Thanks

1 Like

Hi @TMM2

I hope you are doing well.

You can call it using liquid like this

{{product.metafiels.custom.your_key.value}}

Here
product is product object, in your case it can be same or it can be like card_product, just check your code
custom is namespace
and your_value is key
that you have to replace with your namespace and key
Please put that code on relevant place on product card

Thanks!

Thanks. I have attempted this in various different ways and it’s not working for me.

Any other suggestions?