Skip to content

Instantly share code, notes, and snippets.

@atikju
Created January 20, 2019 03:04
Show Gist options
  • Save atikju/b72957a971fc311f05f752d442c59f83 to your computer and use it in GitHub Desktop.
Save atikju/b72957a971fc311f05f752d442c59f83 to your computer and use it in GitHub Desktop.
Shopify - Show Sold Out Badge
{% assign sold_out = false %}
{% assign sold_out_text = 'products.product.sold_out' | t %}
{% unless product.available %}
{% assign sold_out = true %}
{% endunless %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment