Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

_MenuItemCreateOrUpdate.cshtml

@model MenuItemModel

@using Nop.Core.Domain.Menus;

@{
    var routeData = new { menuItemId = Model.Id, entityIdInput = Html.IdFor(model => model.ProductId), entityInfoBlock = "product-info", btnId = "btnRefreshEntity" };
}

@await Component.InvokeAsync(typeof(SettingModeViewComponent), new { modeName = "menu-advanced-mode" })
@if (Model.AvailableMenuItemTemplates.Any()) { } @(await Html.LocalizedEditorAsync("menu-item-localized", @
, @
, cssClass: $"menu-item-row row-{(int)MenuItemType.Text} row-{(int)MenuItemType.StandardPage} row-{(int)MenuItemType.CustomLink}"))
@await Component.InvokeAsync(typeof(AclCustomerRolesViewComponent), Model)
@await Component.InvokeAsync(typeof(MultistoreDisabledWarningViewComponent))