Created
October 29, 2017 12:40
-
-
Save charlesemarsh/3fe716ed67bda4747b13c26713b17f2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% for attribute in order.attributes %} {% if attribute.last contains 'Collect+' %}{% assign collect_plus = true %}{% endif %}{% endfor %}{% if collect_plus %}Collect+ are delivering to your store{% else %}A shipment from order {{ name }} is on the way{% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment