Skip to content

Commit

Permalink
fix: fix crossed prices in checkout items widget
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrueber committed Feb 18, 2021
1 parent ef85d1c commit 36cb570
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<span> {{ 'checkout.pli.qty.label' | translate }} {{ pli.quantity.value }} </span>
</div>
<div class="col-4 text-right">
<div *ngIf="pli.totals.valueRebatesTotal" class="old-price">{{ pli.price | ishPrice }}</div>
<div *ngIf="pli.totals.valueRebatesTotal" class="old-price">{{ pli.totals.undiscountedTotal | ishPrice }}</div>
<div *ngIf="pli.isFreeGift" class="list-item-promo">{{ 'checkout.pli.freegift.text' | translate }}</div>
</div>

Expand Down

1 comment on commit 36cb570

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Azure Demo Servers are available:

Please sign in to comment.