Skip to content

Instantly share code, notes, and snippets.

@candice-womp
Created April 30, 2018 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save candice-womp/1cb4e792263523481512537d3be1bab1 to your computer and use it in GitHub Desktop.
Save candice-womp/1cb4e792263523481512537d3be1bab1 to your computer and use it in GitHub Desktop.
{{#InStock}}
{{#HasBulk}}
<!-- Show Product Price Info and Bulk Add To Cart -->
{{/HasBulk}}
{{^HasBulk}}
<!-- Show Product Price Info and Add To Cart -->
{{/HasBulk}}
{{/InStock}}
{{^InStock}}
<!-- Show Out of Stock Message and Notify Me Button -->
{{/InStock}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment