Overriding Admin Menu Item

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 10 años
Hi,

I am trying to override an existing menu item from the administration area in a plugin but cannot fathom how this may be done.

I have followed the tutorials for creating plugins and have also inherited from IAdminMenuPlugin and followed the various posts.   Through these tutorials I have been able to successfully add a new menu item (which isn't what I require) to the menu in the administration area.

What I really want is to be able to override Catalog->Categories->List and replace it with the functionality that is within my plugins controllers and views.

Any help would be greatly appreciated.

Regards

Andrew
Hace 10 años
You can probably edit the Presentation\Nop.Web\Administration\sitemap.config and change the nopResource to your custom page.
Hace 10 años
Thanks Mark!

Do you reckon you could include a sitemap within your plugin?
Hace 10 años
The sitemap isn't the same thing as a 301 redirect. If there is anything wrong with the admin sitemap (i.e. the plugin didn't load properly)  then the admin section won't load either - I don't advise editing the sitemap on the fly for redirecting.
Hace 10 años
Many thanks again Marc (gotcha name right this time)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.