Recommended way to add my custom code

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

I'm coming back to nopCommerce after years of being idle.

I was wondering what would be the recommended way to extend nopCommerce so that it can still be upgraded to newer versions when they become available.
For example upgrading the top menu to include categories, sub-categories etc. Where is this to be done?

Thanks a lot folks!
4 years ago
It's always recommended to create a plugin if possible.
(and how to do things could depend on your version of nopCommerce)
4 years ago
Thank you for your response!
Can anything be tackled externally using a plugin? How about the problem I mentioned?

If you do change things in the NopCommerce.Web project, are you be able to upgrade it later on?
4 years ago
Lot of things for both Admin side and Public side features can be tackled externally using a plugin. For more in details, read nopCommerce provided documentation from here.

For your mentioned problem, you can develop a plugin. Or you can customize in TopMenuViewComponent (Nop.Web >> Components).
4 years ago
Thank you guys for your wonderful answers!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.