-
-
- @if(ViewBag.BasketInoperativeMsg != null)
- {
-
- @ViewBag.BasketInoperativeMsg
-
- }
-
+
+
+ @if (ViewBag.BasketInoperativeMsg != null)
+ {
+
+ @ViewBag.BasketInoperativeMsg
+
+ }
+
- @if (Model.CatalogItems.Count() > 0)
- {
- @Html.Partial("_pagination", Model.PaginationInfo)
+ @if (Model.CatalogItems.Count() > 0)
+ {
+
-
- @foreach (var catalogItem in Model.CatalogItems)
- {
-
- @Html.Partial("_product", catalogItem)
-
- }
-
+
+ @foreach (var catalogItem in Model.CatalogItems)
+ {
+
+ }
+
- @Html.Partial("_pagination", Model.PaginationInfo)
- }
- else
- {
-
- THERE ARE NO RESULTS THAT MATCH YOUR SEARCH
-
- }
+
+ }
+ 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
new file mode 100644
index 000000000..7bd38619c
--- /dev/null
+++ b/src/Web/WebMVC/Views/Home/Privacy.cshtml
@@ -0,0 +1,6 @@
+@{
+ 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 24a987fa9..b17a02314 100644
--- a/src/Web/WebMVC/Views/Order/Create.cshtml
+++ b/src/Web/WebMVC/Views/Order/Create.cshtml
@@ -3,103 +3,105 @@
@inject IIdentityParser