Dima34
1
Can`t get metafield type.
What I do wrong?
Liam
2
Hi Dima34,
I was able to output the content type in this loop:
{% for metafield in product.metafields.namespace.key.type %}
{{ metafield }}
{% endfor %}
eg:
Would this approach work for you?
1 Like