Skip to content

Commit

Permalink
components
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-beeclever committed Sep 29, 2024
1 parent 6a831e1 commit a5bd3dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snippets/line-item.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
{% if line_item.final_price != highest_price %}
<span class="line-item-price-original">{{ highest_price | money }}</span>
{% endif %}
</p>
<p class="p">
<span class="line-item-price-final {% if line_item.final_price != highest_price %}line-item-price-final--discounted{% endif %}">
{{- line_item.final_price | money -}}
</span>
Expand Down

0 comments on commit a5bd3dd

Please sign in to comment.