diff --git a/src/Presentation/Nop.Web/Areas/Admin/Views/Order/AddProductToOrderDetails.cshtml b/src/Presentation/Nop.Web/Areas/Admin/Views/Order/AddProductToOrderDetails.cshtml index afa450cd393..d4c81b8303b 100644 --- a/src/Presentation/Nop.Web/Areas/Admin/Views/Order/AddProductToOrderDetails.cshtml +++ b/src/Presentation/Nop.Web/Areas/Admin/Views/Order/AddProductToOrderDetails.cshtml @@ -1,4 +1,4 @@ -@model AddProductToOrderModel +@model AddProductToOrderModel @using Nop.Core.Domain.Catalog @@ -10,7 +10,6 @@ } @*we add enctype = "multipart/form-data" because "File upload" attribute control type requires it*@ -
\ No newline at end of file + + + diff --git a/src/Presentation/Nop.Web/Areas/Admin/Views/Order/_OrderDetails.Info.cshtml b/src/Presentation/Nop.Web/Areas/Admin/Views/Order/_OrderDetails.Info.cshtml index 109e5ce220c..dcbf7b00adf 100644 --- a/src/Presentation/Nop.Web/Areas/Admin/Views/Order/_OrderDetails.Info.cshtml +++ b/src/Presentation/Nop.Web/Areas/Admin/Views/Order/_OrderDetails.Info.cshtml @@ -1,4 +1,4 @@ -@model OrderModel +@model OrderModel @using Nop.Core.Domain.Tax; @using Nop.Core.Domain.Orders; @@ -6,13 +6,81 @@ @if (!Model.IsLoggedInAsVendor) { - } -- @T("Admin.Orders.Products.Picture") - | -- @T("Admin.Orders.Products.ProductName") - | - @if (Model.HasDownloadableProducts) - { -- @T("Admin.Orders.Products.Download") - | - } -- @T("Admin.Orders.Products.Price") - | -- @T("Admin.Orders.Products.Quantity") - | -- @T("Admin.Orders.Products.Discount") - | -- @T("Admin.Orders.Products.Total") - | - @if (!Model.IsLoggedInAsVendor) - { -- @T("Admin.Common.Edit") - | - } -||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- |
-
- @item.ProductName
- @if (!string.IsNullOrEmpty(item.AttributeInfo))
- {
- - @Html.Raw(item.AttributeInfo) - - } - @if (!string.IsNullOrEmpty(item.RecurringInfo)) - { -- @Html.Raw(item.RecurringInfo) - - } - @if (!string.IsNullOrEmpty(item.RentalInfo)) - { -- @Html.Raw(item.RentalInfo) - - } - @if (!string.IsNullOrEmpty(item.Sku)) - { -
- @T("Admin.Orders.Products.SKU")
-
- }
- @if (!Model.IsLoggedInAsVendor)
- {
-
- @Html.Raw(Model.CheckoutAttributeInfo)
-
-
-
-
+
+ |
+ }
+