Created
August 29, 2019 12:07
-
-
Save loughlincodes/0f5f5c454985aa24bd18c5a946da4c4c to your computer and use it in GitHub Desktop.
Display all Shopify metafields in a particular namespace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% for field in product.metafields.namespace %} | |
<li>{{ field | first }}: {{ field | last }}</li> | |
{% endfor %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment