Adding configuration to administration panel

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hello,

Say for example I developped a new functionality, and i want to add it to the administration panel in order to control it like for example for products we have a lot of parameters and we can control the behaviour, how can I add  my customized functionalities to the administration panel ? Is it even possible ?

Thank you in advance for you answer
7 years ago
jihaneH wrote:
Hello,

Say for example I developped a new functionality, and i want to add it to the administration panel in order to control it like for example for products we have a lot of parameters and we can control the behaviour, how can I add  my customized functionalities to the administration panel ? Is it even possible ?

Thank you in advance for you answer


Yes. possible.

If you want to do it from plugin go through==>http://docs.nopcommerce.com/display/en/How+to+add+a+menu+item+into+the+administration+area+from+a+plugin

If you want to customize core code then Modify following file==>

\Nop.Web\Administration\sitemap.config
7 years ago
Okay Thank you so much for your answer
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.