Skip to content

Commit

Permalink
Fix Unit Price (Shopify#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
tauthomas01 authored Jun 30, 2021
1 parent dd65d3e commit 71513df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/price.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</span>
</dd>
</div>
<small class="unit-price caption{% if available == false or product.selected_or_first_available_variant.unit_price_measurement == nil %} hidden{% endif %}">
<small class="unit-price caption{% if product.selected_or_first_available_variant.unit_price_measurement == nil %} hidden{% endif %}">
<dt class="visually-hidden">{{ 'products.product.price.unit_price' | t }}</dt>
<dd {% if show_badges == false %}class="price__last"{% endif %}>
<span>{{- product.selected_or_first_available_variant.unit_price | money -}}</span>
Expand Down

0 comments on commit 71513df

Please sign in to comment.