@model AddProductToOrderModel @using Nop.Core.Domain.Catalog @{ //page title ViewBag.PageTitle = string.Format(T("Admin.Orders.Products.AddNew.Title2").Text, Model.Name, Model.OrderId); //active menu item (system name) NopHtml.SetActiveMenuItemSystemName("Orders"); } @*we add enctype = "multipart/form-data" because "File upload" attribute control type requires it*@