Create new plugin for nopCommerce 3.20 version

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi,

I want to show the sold products in home page. So, i have to plan to create new plugin for this without disturb the nopCommerce 3.20 version code (original code). Hence, how to develop the plugin for this version.
6 years ago
gopiaDev wrote:
Hi,

I want to show the sold products in home page. So, i have to plan to create new plugin for this without disturb the nopCommerce 3.20 version code (original code). Hence, how to develop the plugin for this version.


Go through ==>https://www.pluralsight.com/courses/nopcommerce-plugin-development

==>http://docs.nopcommerce.com/display/en/Creating+a+nopCommerce+plugin
6 years ago
gopiaDev wrote:
Hi,

I want to show the sold products in home page. So, i have to plan to create new plugin for this without disturb the nopCommerce 3.20 version code (original code). Hence, how to develop the plugin for this version.


Follow this

Its 3.70 one. But nop team didn't change structure of plugin

Thanks,
Jatin
6 years ago
I created the plugin and build it successfully using the below link. And how to show / Pass my result to home page of nopCommerce 3.20 version. The same way i want to show the details from database to Home page.

https://dzone.com/articles/beginners-guide-to-nopcommerce-plugin-development
6 years ago
You may want to create a Widget Plugin
6 years ago
gopiaDev wrote:
I created the plugin and build it successfully using the below link.

https://dzone.com/articles/beginners-guide-to-nopcommerce-plugin-development



You can Up Vote. If answer helpful.



gopiaDev wrote:
how to show / Pass my result to home page of nopCommerce 3.20 version. The same way i want to show the details from database to Home page.


You can create Controller, Action, View page and using route you can display a custom page anywhere. If you want to display some section in home page then use widget functionality of nopCommerce.

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