Is there a way to display custom metafields I created on product pages?

Topic summary

Showing custom product metafields on the product page. A reply suggests outputting them with Liquid using: {{ product.metafields.namespace.key }}.

  • Replace “namespace” and “key” with the exact namespace and key of the metafield you created.
  • Add this code to the product page template where you want the value to appear.

A screenshot of the created metafields was provided for context. No further details, alternatives, or confirmations were posted. Status: likely resolved by the provided Liquid example, but not explicitly confirmed.

Summarized with AI on December 26. AI used: gpt-5.

{{ product.metafields.namespace.key }}

use this code into product page