Skip to content

Instantly share code, notes, and snippets.

@nickmealey
Created October 31, 2016 19:05
Show Gist options
  • Save nickmealey/3e58a35061a78b2c2326a60feb85dfcb to your computer and use it in GitHub Desktop.
Save nickmealey/3e58a35061a78b2c2326a60feb85dfcb to your computer and use it in GitHub Desktop.
{% for field in customer.metafields.customr %}
<p>{{ field[0] | humanize }}: <strong>{{ field[1] }}</strong></p>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment