-
-
- @if (ViewBag.BasketInoperativeMsg != null)
- {
-
- @ViewBag.BasketInoperativeMsg
-
- }
-
+
+
+ @if(ViewBag.BasketInoperativeMsg != null)
+ {
+
+ @ViewBag.BasketInoperativeMsg
+
+ }
+
- @if (Model.CatalogItems.Count() > 0)
- {
-
+ @if (Model.CatalogItems.Count() > 0)
+ {
+ @Html.Partial("_pagination", Model.PaginationInfo)
-
- @foreach (var catalogItem in Model.CatalogItems)
- {
-
- }
-
+
+ @foreach (var catalogItem in Model.CatalogItems)
+ {
+
+ @Html.Partial("_product", catalogItem)
+
+ }
+
-
- }
- else
- {
-
- THERE ARE NO RESULTS THAT MATCH YOUR SEARCH
-
- }
+ @Html.Partial("_pagination", Model.PaginationInfo)
+ }
+ else
+ {
+
+ THERE ARE NO RESULTS THAT MATCH YOUR SEARCH
+
+ }
diff --git a/src/Web/WebMVC/Views/Home/Privacy.cshtml b/src/Web/WebMVC/Views/Home/Privacy.cshtml
deleted file mode 100644
index 7bd38619c..000000000
--- a/src/Web/WebMVC/Views/Home/Privacy.cshtml
+++ /dev/null
@@ -1,6 +0,0 @@
-@{
- ViewData["Title"] = "Privacy Policy";
-}
-Use this page to detail your site's privacy policy.
diff --git a/src/Web/WebMVC/Views/Order/Create.cshtml b/src/Web/WebMVC/Views/Order/Create.cshtml
index b17a02314..24a987fa9 100644
--- a/src/Web/WebMVC/Views/Order/Create.cshtml
+++ b/src/Web/WebMVC/Views/Order/Create.cshtml
@@ -3,105 +3,103 @@
@inject IIdentityParser