Suggested Resources for developing plugins for nop 3.80

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 anos atrás
Hi, I am trying to create some plugins for 3.80.  I am fairly new to MVC and Nop but I have years of working with .Net VS Web Forms.

I have studied Alex Wolf's Pluralsight course "Introduction to NopCommerce Plugin Development " but I can see there are differences between his approach to creating the admin section and how it is done in the other 3.80 plugins on the solution I downloaded from NopCommerce.

I have also got stuck with a common bug "The controller for path '/Admin/Widget/ConfigureWidget' was not found or does not implement IController."

If anyone has any suggestions as to an up to date tutorial on Plugins, I would be very grateful.

Many thanks,

Jason
7 anos atrás
Have you seen the docs / videos?
http://docs.nopcommerce.com/display/nc/How+to+write+a+nopCommerce+plugin
http://docs.nopcommerce.com/display/nc/Video+tutorials+for+creating+a+plugin

In general, copy an existing plugin that is close to the functionality you need, and then modify it.
7 anos atrás
Thanks for the reply, I read the article but missed the videos.  Alex Wolf's tutorial is also very good.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.