This is a Visual Studio template for creating new nopCommerce plugin.
It can save a lot of time for developers. Because now they don't have to do manually all initial steps. Such as folders creation (Controllers, Views, Models etc.), other required files (DependencyRegistrar.cs, _ViewImports.cshtml, ObjectContex, plugin.json etc), configuration, project references, etc).
Supported versions of Visual Studio: 2017, 2019 and 2022
-
Download template folder
-
Copy downloaded folder or zip archive into the one of this folders:
- C:\Users\{Username}\Documents\{VisualStudio}\Templates\ProjectTemplates
- C:\Users\{Username}\Documents\{VisualStudio}\Templates\ProjectTemplates\Visual C#
Username -
your username on this PC
VisualStudio -
the folder of target version of visual studio
original author: