Skip to content

Instantly share code, notes, and snippets.

@shopifypartners
Last active September 7, 2022 00:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shopifypartners/e4a5e067eb91db5ecc60889f128f3d2e to your computer and use it in GitHub Desktop.
Save shopifypartners/e4a5e067eb91db5ecc60889f128f3d2e to your computer and use it in GitHub Desktop.
{% if available %}
{% if product.price_varies and template == 'collection' %}
From {{ product.price_min | money }} to {{ product.price_max | money }}
{% else %}
{{ money_price }}
{% endif %}
{% else %}
{{ 'products.product.sold_out' | t }}
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment