Skip to content

Instantly share code, notes, and snippets.

@teckx5
Created June 29, 2015 19:36
Show Gist options
  • Save teckx5/75db81c47d393f391b7f to your computer and use it in GitHub Desktop.
Save teckx5/75db81c47d393f391b7f to your computer and use it in GitHub Desktop.
Shopify Shipping Notification - For Pickup or Shipping
{% if shipping_method.title contains 'Pickup' %}
// Your Pickup Message, e.g. This email confirms that you picked up the following items from our store today. We appreciate your business. Come again soon. //
{% else %}
// Your standard shipping email message //
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment