What is the purpose of using Plug in Nopcommerce Project and any example or any reference of how to use plugin

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
What is the purpose of using Plug in Nopcommerce Project and any example or any reference of how to use plugin ??
9 years ago
maria.pithia wrote:
What is the purpose of using Plug in Nopcommerce Project
any example or any reference of how to use plugin ??[/quote]

Are you just wondering what the purpose of creating a plugin is vs. changing the main source code?  By creating a plugin, you can add custom functionality to nopCommerce without having to change the base code.  This allows for easier updating as well as the ability to easily add your custom functionality to multiple websites.


maria.pithia wrote:
any example or any reference of how to use plugin ??


nopCommerce uses plugins extensively... A good example/reference for how you can use plugins is the the nopCommerce plugin folder in the source code.  For instance you can use a plugin to create a shipping or payment modal, etc.

To create you own plugin see the following:

http://docs.nopcommerce.com/display/nc/Creating+a+nopCommerce+plugin
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.