diff --git a/src/Web/Views/Basket/Index.cshtml b/src/Web/Views/Basket/Index.cshtml index 35b30b1..1cc318d 100644 --- a/src/Web/Views/Basket/Index.cshtml +++ b/src/Web/Views/Basket/Index.cshtml @@ -22,7 +22,7 @@
Cost
- @for (int i=0; i< Model.Items.Count; i++) + @for (int i = 0; i < Model.Items.Count; i++) { var item = Model.Items[i];
@@ -42,32 +42,32 @@
- @*
- @item.ProductId -
*@ - -
-
-
-
Total
-
- -
-
-
$ @Model.Total()
-
- -
-
-
- @**@ -
-
-
} + +
+
+
+
Total
+
+ +
+
+
$ @Model.Total().ToString("N2")
+
+ +
+
+
+ @**@ +
+
+
+
+ asp-action="Index"> + [ Update ] +