How to set Active MenuItem SystemName in 4.10

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 年 前
Hi,

Does any one knows how to set active menu in custom plugin in nopCommerce 4.10? in nopcommerce 3.90 it can be done using this method "SetActiveMenuItemSystemName" but due to use of new plugin layout its not working anymore.

Thanks.
5 年 前
This works for me:
Html.SetActiveMenuItemSystemName("Sales");
5 年 前
It wont work with your custom plugin in 4.10. Unless you dont create layout like _ConfigurePlugin.cshtml page
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.