How can I display a Metafield value in the product description?

I’m looking for a way to display the value of a Metafield in the product description. I tried to use this code:

Make: {{product.metafields.custom.manufacturer.value}}

Unfortunately, it shows like this: Make: {{product.metafields.custom.manufacturer.value}}

Have any ideas?

hello, Randalma

when you give it some space, it still appears like that? as in

{{ product.metafields.custom.manufacturer.value }}

I copied the code from the JSON and tried no spaces, one space, and two spaces. I even tried placing it in "s

ohhhh, using {{ variable }} doesn’t work on regular text editors, only on files that are on the theme code

Hello @randalma :waving_hand:

The regular editor will not accept Liquid code, you need to edit the theme code.

Which theme you are using? I can check to see where you can insert the code.

Thanks for the information. I only need this for a specific collection of products. I will continue to display them in the template.