Product Info on Collection Page

Product Info on Collection Page

TMM2
Shopify Partner
8 0 2

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

Replies 2 (2)

pawankumar
Shopify Partner
736 108 126

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!

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: thepkpawankumar@gmail.com
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan

TMM2
Shopify Partner
8 0 2

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

Any other suggestions?