Skip to content

Instantly share code, notes, and snippets.

@rickydazla
Last active August 29, 2015 14:04
Show Gist options
  • Save rickydazla/6619684f7110b596a0d6 to your computer and use it in GitHub Desktop.
Save rickydazla/6619684f7110b596a0d6 to your computer and use it in GitHub Desktop.
Check for Gift Card in Shopify Email Notification
{% for transaction in order.transactions %}
{% if transaction.gateway == 'gift_card' %}
# cannot assign anything so this is where you do it
{% endif %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment