Prestige Theme - Product Metafields not Working

Topic summary

A user encountered an issue where product metafields created for the Prestige theme weren’t displaying on product pages, despite following official documentation for setting up tabs and accordions.

Troubleshooting Attempted:

  • User shared screenshots showing metafield configuration and product page setup
  • Another user suggested debugging by printing raw metafield data using {{ product.metafields.custom.ingredients }} to verify if the issue was related to incorrect keys, missing content, or type compatibility

Resolution:
The original poster found a solution through a separate Shopify community thread about custom metafield data not showing. The specific fix wasn’t detailed in this discussion, but the issue was resolved. Thread marked as solved.

Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

Hello all,

This is driving me crazy and I’m hoping someone can help so I stop going insane, lol.

I followed all the instructions here to create metafields. https://support.maestrooo.com/article/720-tabs-and-accordions

However, despite this, when I go into the product page and put info within the metafields I created, it simply refuses to show up on the product page. See screenshots for reference.

What am I missing?

Hi @silver007 Thanks for sharing this.

We need to Debug with Raw data first:-

Try Printing the raw data

Testing: {{ product.metafields.custom.ingredients }}

If nothing shows up:

  • The key might be wrong

  • The metafield has no content

  • It’s a type not readable without a filter

Let me know if this works for you.

Thank you so much, I actually found the solution via this thread, but can’t figure out how to delete my thread. I’m good now. Thank you!

https://community.shopify.com/c/shopify-discussions/custom-meta-field-data-not-showing/m-p/2991425#M505214