Nop 4.0 plugin development

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hello Team,
I am trying to make a demo plugin in Nop Core beta version.There all plugin is showing properly but my new demo plugin is not showing in admin plugin list. After rebuilding plugin it exists in presentation-> plugin folder. Can anyone from team help me to create a demo plugin in Core. I have downloaded latest Core project from Github.
I copy paste nivoslider widget plugin from core and did changes . Please suggest how and where need to register plugin in project so it work properly.
6 years ago
It's quite complex to say anything without debugging. Try to debug "Initialize" method of \Nop.Core\Plugins\PluginManager.cs and see why your plugin is not loaded

P.S. Please don't use 4.00 in production now. It's not released yet. And not even in BETA version
6 years ago
a.m. wrote:
It's quite complex to say anything without debugging. Try to debug "Initialize" method of \Nop.Core\Plugins\PluginManager.cs and see why your plugin is not loaded

P.S. Please don't use 4.00 in production now. It's not released yet. And not even in BETA version


Hi,
Thanks for your response. Sure I will not use it for production,
After debugging I found my mistake -In plugin csproj there is one instance left of Nivoslider but now its resolve and working fine.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.