From 36cb57020177a93f6943761751ae4093fed50c1a Mon Sep 17 00:00:00 2001 From: Silke Date: Thu, 18 Feb 2021 14:32:06 +0100 Subject: [PATCH] fix: fix crossed prices in checkout items widget --- .../basket-items-summary/basket-items-summary.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/components/basket/basket-items-summary/basket-items-summary.component.html b/src/app/shared/components/basket/basket-items-summary/basket-items-summary.component.html index fd2b689c32..06082bfed0 100644 --- a/src/app/shared/components/basket/basket-items-summary/basket-items-summary.component.html +++ b/src/app/shared/components/basket/basket-items-summary/basket-items-summary.component.html @@ -12,7 +12,7 @@ {{ 'checkout.pli.qty.label' | translate }} {{ pli.quantity.value }}
-
{{ pli.price | ishPrice }}
+
{{ pli.totals.undiscountedTotal | ishPrice }}
{{ 'checkout.pli.freegift.text' | translate }}