Skip to content

Instantly share code, notes, and snippets.

@seedcms
Created February 4, 2017 05:24
Show Gist options
  • Save seedcms/996a722d939b5656b4a7df847eb3c39e to your computer and use it in GitHub Desktop.
Save seedcms/996a722d939b5656b4a7df847eb3c39e to your computer and use it in GitHub Desktop.
Wholesale Example 4
{% for tag in customer.tags %}
{% if customer.tags contains 'Wholesale' %}
<div class="cart-item__original-price"><del>{{ item.original_line_price | money }}</del></div>
{% endif %}
{% endfor %}
<div>
{{ item.line_price | money }}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment