Skip to content

Instantly share code, notes, and snippets.

@loughlincodes
Created August 29, 2019 12:07
Show Gist options
  • Save loughlincodes/0f5f5c454985aa24bd18c5a946da4c4c to your computer and use it in GitHub Desktop.
Save loughlincodes/0f5f5c454985aa24bd18c5a946da4c4c to your computer and use it in GitHub Desktop.
Display all Shopify metafields in a particular namespace
{% 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