View Single Post
  #8  
Old 12-11-2013, 10:29 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: seeking PAID Support

Dave,

Since this is a major update, all custom modules must be reviewed and adjusted to new core version. However, I do believe that in your particular case, it will be quite easy to adjust the mods.

What you need to do:
1) Copy your live store to some test environment. Do not upgrade your production store!
2) Install updates. During this step all your custom mods will be disabled.
3) Adjust each custom mod's getMajorVersion() method in Main.php file. It should return '5' now. Once you adjust the mod, enable it and make sure that it works as intended, otherwise, apply changes so it would work as intended.

Enable mods one by one, do not enable all of them at once. It will allow you to see if there is a problem with particular module and it will save your time in case you need to fix it.

4) Once you made sure that your core and mods are updated, move your store back to production web-site.
Reply With Quote