Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save remy727/89ecb860d12ea984e58e2c9bc7ac3066 to your computer and use it in GitHub Desktop.
Save remy727/89ecb860d12ea984e58e2c9bc7ac3066 to your computer and use it in GitHub Desktop.
Show order additional details in notification on Shopify
{% for attribute in attributes %}
{% assign key = attribute | first | downcase | strip %}
{% if key == "your_attribute_name" %}
Your attribute name: {{ attribute | last }}
{% endif %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment