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 years ago
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.
4 years ago
This works for me:
Html.SetActiveMenuItemSystemName("Sales");
4 years ago
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.