hideme wrote:Hello Ivan, you are correct. I use 2.6, it's possible to install a newer version of your products if i run 2.6 version of nopCommerce? till what version of the templates and plugins?
What's the best way to edit and update the code of the plugins? because i can't saw it in the nopcommerce project, simple add existing and then compile with the solution?
Thank you.
Hi hideme,
When you download the package from our website the version of the plugins and themes in the package is the latest version. In the main package you can see different packages for different versions of nopCommerce. You need to use the package for your version. (for example you can not use 2.8 package of our plugins/themes on 2.6 installation of nopCommerce. You need to use 2.6).
In order to edit and update the code of the plugins you can use Visual Studio, Notepad, Notepad ++ or any other text editor.
Do not add the plugins to the solution, because they are already compiled. Just open the file that you want to edit, make your changes and save the file.
NOTE: If you are working locally with the full source code, copy the plugins to the
/Presentation/Nop.Web/Plugins folder. If you are working with deployed website or the builded version of nopCommerce copy the plugins to the
Plugins folder.
Best regards,
Ivan Stoyanov