From d8848a96fb1ef7dfbf8d4395c25b07e914f45ffa Mon Sep 17 00:00:00 2001 From: Eric Fleming Date: Wed, 17 Jun 2020 21:14:02 -0400 Subject: [PATCH] Carry basket with login (#404) * Updating Checkout screen to login correctly when checking out * Cleanup cshtml --- src/Web/Pages/Basket/Index.cshtml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/Web/Pages/Basket/Index.cshtml b/src/Web/Pages/Basket/Index.cshtml index 8369aed86..2af8179e3 100644 --- a/src/Web/Pages/Basket/Index.cshtml +++ b/src/Web/Pages/Basket/Index.cshtml @@ -43,9 +43,8 @@
- @*
- @item.ProductId -
*@ } + + }
@@ -60,9 +59,6 @@
-
- @**@ -
@@ -75,15 +71,16 @@ asp-page-handler="Update"> [ Update ] - @{ var data = new Dictionary - { - { Constants.BASKET_ID, Model.BasketModel.Id.ToString() }, - }; } - + @{ + var data = new Dictionary + { + { Constants.BASKET_ID, Model.BasketModel.Id.ToString() }, + }; + } -