Install Plugins - different structure of plugins

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 anni tempo fa
Todorov wrote:
Install the source code in a development environment


Hi,

Ok, in that case:
- copy dll to /Plugin folder (you need to have nopCommerce with sources, and it would be folder in root category, not in presentation!)
- run Visual Studio
- go to /Plugin folder (just under solution) and right click of the mouse, choose add >> existing project
- choose dll and that is all

After adding, you may apply changes you want, and recompile code.

Regards,
Tomasz
6 anni tempo fa
Okay I copy files in /Plugins folder and run visual studio, but after that when I click on Existing Project can`t select dll file?
6 anni tempo fa
Todorov wrote:
Okay I copy files in /Plugins folder and run visual studio, but after that when I click on Existing Project can`t select dll file?

Nope, if you have source code of the plugin, you should have XXXXX.csproj file.

Regards,
Tomasz
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.