Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
I have a question regarding product-related metaobjects. I've created a metaobject that is linked to a product, and I'm able to display it using this syntax: {{ product.metafields.custom.test_avis.value.title }}. This works because it's a metafield with a single entry for each product.
However, I also have another metaobject named "avis_produit" which has multiple entries for a single product. Unfortunately, I'm unable to display it using the code: {{ product.metafields.custom.avis_produit.value.client }}. How can I go about displaying it correctly?
Thank you
Hi, did you find an answer?