Skip to content

Commit

Permalink
store
Browse files Browse the repository at this point in the history
  • Loading branch information
zai committed Nov 19, 2023
1 parent 8df9ac6 commit 3e51607
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/templates/store/product.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,9 @@
{{#eq [selltype] "Raffle Only"}}
${{Value}}
{{else}}
<span id="cost">${{cost}}</span> {{#eq [goodstype] "Physical"}}+ shipping & tax <span class="small block">Please note: We can only ship within the United States.</span> {{else}} + tax{{/eq}}</h3>
<span id="cost">${{cost}}</span> {{#eq [goodstype] "Physical"}}+ shipping & tax
<!-- <span class="small block">Please note: We can only ship within the United States.</span> -->
{{else}} + tax{{/eq}}</h3>
{{/eq}}
</div>
</div>
Expand Down

0 comments on commit 3e51607

Please sign in to comment.