Created
March 5, 2019 02:41
-
-
Save malachi358/1908d8629343f323d4b6a1212db3f6ee to your computer and use it in GitHub Desktop.
This file contains 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
<div class="product-price-right-top"> | |
{% if product.handle == 'chocolate-chip-cookie' %} | |
{% for variant in product.variants %} | |
<h2>{{ variant.title }} - {{ variant.price | money_with_currency }} </h2> | |
{% endfor %} | |
{% endif %} | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://community.shopify.com/c/Shopify-Design/Display-normal-price-and-variant-price/m-p/102669