I need to display the product metafields in my product page #1045
-
Hello, I'm having an issue displaying the product metafields in my product page, I'm using Hydrogen V2 (the current version), I have tried a lot of things, but nothing seems to work, does anyone know how can I do it? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
juanpprieto
Jun 29, 2023
Replies: 1 comment 3 replies
-
Hi @01010110-Code. Have you updated your product query to include metafields? https://shopify.dev/docs/custom-storefronts/building-with-the-storefront-api/products-collections/metafields#step-2-retrieve-metafields |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@01010110-Code How you use/render them will heavily depend on the format of the data you are storing in the metafield. There are many fields types. what is the output of
product.metafield.value
and what is the purpose of this metafield?