+ @if (currDoor.ParentId != 1)
+ {
+
-
Door Price:
-
-
@(currDoor.UnitCost * currDoor.Quantity)
+
+
Doors total Price:
+ @if (currDoor.Quantity > 1)
+ {
+
@($"{(currDoor.UnitCost * currDoor.Quantity):C2}") @($"({(currDoor.UnitCost):C2} x {currDoor.Quantity})")
+ }
+ else
+ {
+
@($"{(currDoor.UnitCost * currDoor.Quantity):C2}")
+ }
-
+
diff --git a/WebDoorCreator.UI/WebDoorCreator.UI.csproj b/WebDoorCreator.UI/WebDoorCreator.UI.csproj
index 9335811..60d8e32 100644
--- a/WebDoorCreator.UI/WebDoorCreator.UI.csproj
+++ b/WebDoorCreator.UI/WebDoorCreator.UI.csproj
@@ -3,7 +3,7 @@
net6.0
enable
- 0.9.2306.2811
+ 0.9.2306.2812
enable
aspnet-WebDoorCreator.UI-dfe95fed-1398-4144-bd43-8b3a765d6608