Skip to content

Instantly share code, notes, and snippets.

@levinmejia
Created May 17, 2016 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save levinmejia/6386d7a5a9fd129c0e214e40b5b476b5 to your computer and use it in GitHub Desktop.
Save levinmejia/6386d7a5a9fd129c0e214e40b5b476b5 to your computer and use it in GitHub Desktop.
Input:
{% assign instructions = product.metafields.instructions %}
{% assign key = 'Wash' %}
<p>Washing instructions: {{ instructions.Wash }}.</p>
Output:
Wash instructions: Cold water.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment