What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Access to product.metafields from a collection page using Custom Liquid

Access to product.metafields from a collection page using Custom Liquid

alfontrok
Shopify Partner
1 0 0

Hi,

 

I am building a custom liquid snippet and need to access product metafields.

 

Following the documentation was able to get all products data using

 

 

{% assign all_products = collection.products %}

so, when I try to access to:

 

all_products[0].metafields

I get undefined.

 

I could get all the product data info but could not get the metafields attributes.

 

 

I was following this doc

 

Some recommendations about it?

 

Thank you in advance

 

Alfon
Replies 0 (0)