Upgradation from 4.1 to 4.3

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 года назад
Hello.

If you did any customazation or made your own plugins you will have to upgrade those yourself.

In order to upgrade from 4.1 to 4.3 you have to replace all the code. Get the source code for 4.3, you dont need the 4.2 code. I usually delete all files in the project(except what's customized), and then I paste the new code into the solution. This way your sure old files which isn't used anymore is removed.

After that I upgrade everything I've created plugin by plugin. This is usually quite time consuming.

When that's done, and your solution is building, you have to upgrade the DB with SQL scripts. You can find them here: https://github.com/nopSolutions/nopCommerce/tree/develop/upgradescripts

You have to execute 4.1-4.2, 4.2-4.3. They can take a LONG time.

Good luck!
3 года назад
Where can I find the SQL upgrade scripts to upgrade from 4.2 to 4.3?

Thank you in advance.
3 года назад
Nopcommerces Github
3 года назад
SorgoRojo wrote:
Where can I find the SQL upgrade scripts to upgrade from 4.2 to 4.3?.

Here you're
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.