Shopify themes, liquid, logos, and UX
Hi
Im trying to add a metafield to my product pages, but when I add the text block and search for the dynamic metafield I already created (Product information) I cannot find it, I already tried several times to create the metafield but nothing works, I don't know if the theme SPOTLIGHT doesn’t support metafields , do I have to modify the code ?
Please help 😞
Hi @jsllp, Here are a few things you can check to resolve this issue:
Ensure the Metafield is Set Up Correctly
Check if the Metafield Has a Value
Verify If the Theme Supports Dynamic Sources
Manual Code Addition (If Needed)
If the metafield still doesn't appear, you may need to modify the theme code. Try adding this snippet inside product.liquid or the relevant section file:
{{ product.metafields.custom.product_information }}
Hi thank you
I checked everything, so I think it's a prolem of the theme, but i don't have the product.liquid so I don't know where to try the code, I have theme.liquid
Thanks 🙂
And have product.json also, sorry i'm not an expert
Thank you I tried but still nothing works 😞
Hi I find a video that had the solution to the problem https://www.youtube.com/watch?v=z_HL82_6Ank&ab_channel=EdCodes-ShopifyDIYTutorials
I had to add the code to a liquid block and add a little more to have the text organized, thank you for your help
Yes! I used exactly the same video for this problem. No amount of Shopify docs would've helped.
Just to confirm, which type you have selected to content add when you created metefield? Connect that metafield in Richtext
Or else just share the screenshot of the metafile definition and the screenshot of field type where you would like to fetch it.
@jsllp so it looks like for the type text the theme used inline_richtext type. try to update it with only type: "richtext".
It'll be in main-product.liquid section file I think
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025