Skip to content

Instantly share code, notes, and snippets.

@malachi358
Created March 5, 2019 02:41
Show Gist options
  • Save malachi358/1908d8629343f323d4b6a1212db3f6ee to your computer and use it in GitHub Desktop.
Save malachi358/1908d8629343f323d4b6a1212db3f6ee to your computer and use it in GitHub Desktop.
<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