Created
February 4, 2017 05:22
-
-
Save seedcms/402f22e9931045c0c90259d83127cfa0 to your computer and use it in GitHub Desktop.
Wholesale Example 1
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 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