Skip to content

Instantly share code, notes, and snippets.

@ed-codes
Created January 13, 2022 12:46
Show Gist options
  • Save ed-codes/728d80bfe5290dbfea8b0e1f7a2e57cd to your computer and use it in GitHub Desktop.
Save ed-codes/728d80bfe5290dbfea8b0e1f7a2e57cd to your computer and use it in GitHub Desktop.
YOUTUBE VIDEO: https://youtu.be/uycL8dxe2C4 | Shopify Dawn Theme: Display Inventory On Product Page, No App
{% if product.variants.first.inventory_quantity < 5 %}
<p>Stock: {{ product.variants.first.inventory_quantity }}</p>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment