How do I show product measurements on Craft Theme without coding errors?

We are looking to get our product’s measurements to show for each item.

A meta field has been created. But coding is showing as well once we add the field to the products page. Picture for reference of back end and website.

Does anyone how to fix this?

Hello @AmericanFurn

Welcome to the community.

Please use the metafield code with 'metafield_tag’ filter. So the final code should be

{{ METAFIELD_NAMESPACE_KEY_DUMMY | metafield_tag }}

Thanks

1 Like