Skip to content

Instantly share code, notes, and snippets.

@seedcms
Created February 4, 2017 05:23
Show Gist options
  • Save seedcms/72fa32b494c4bd1d61d2acd9f2cc1b2d to your computer and use it in GitHub Desktop.
Save seedcms/72fa32b494c4bd1d61d2acd9f2cc1b2d to your computer and use it in GitHub Desktop.
Wholesale Example 3
{% for tag in customer.tags %}
{% if customer.tags contains 'Wholesale' %}
<h4>Wholesale Customer</h4>
{% endif %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment