We had a third party import values as metafields into shopify. I’m trying to use the metafields on our product.liquid page but they’re not displaying. Here’s an example of the code:
{% if product.metafields.global.attribute.material-color %}
Material Color: {{ product.metafields.global.attribute.material-color }}
{% endif %}
The name space is: global
Key is: attribute.material-color
Is it because of the period in the key? All the values that were transfered used that format; attribute.NAME.