-
@getOrderStatusLabel(ord2Show.OrderStatus)
+
+
@getOrderStatusLabel(ord2Show.OrderStatus)
@*
*@
-
@($"{ord2Show.TotCost:C2}")
+
@($"{ord2Show.TotCost:C2}")
@if (currDoor.ParentId != 1)
{
-
+
Door Type:
@currDoor.ParentId
}
-
+
Door description:
@currDoor.DoorDescript
-
-
Doors total Price:
- @if (currDoor.Quantity > 1)
- {
-
@($"{(currDoor.UnitCost * currDoor.Quantity):C2}") @($"({(currDoor.UnitCost):C2} x {currDoor.Quantity})")
- }
- else
- {
-
@($"{(currDoor.UnitCost * currDoor.Quantity):C2}")
- }
+
+
Door Unit cost:
+
@currDoor.UnitCost
+
+
Door quantity:
+
@currDoor.Quantity
+
+