Skip to content

Commit

Permalink
inventory fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toddwords committed Nov 14, 2024
1 parent b150227 commit d55aa60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/templates/store/storefront.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,12 @@
<BR>
{{#if availableForSale}}
{{#if totalInventory }}
{{#gte availableInventory 1}}
{{#lte availableInventory 10}}
<h4><span>Only {{availableInventory}} left!</span></h4>
<BR>
{{/lte}}
{{/gte}}
{{/if}}

<h3><span id=”cost”>${{cost}}</span></h3>
Expand Down

0 comments on commit d55aa60

Please sign in to comment.