bloggus Posted May 12, 2016 Share Posted May 12, 2016 Looking to buy a theme from Addons or Themeforest. Many themes today have a lot of setting and also sidebars (etc.) has to be set, hooks and things. Would like to apply many Changes on a development site and then afterwards move the theme to the live site? How do you do that in the best way? Seems there is no chance to do that. Seems like I have to manually make all Changes again on the live site. Really? How do you dio it or did it? Link to comment Share on other sites More sharing options...
shokinro Posted May 12, 2016 Share Posted May 12, 2016 you have to move the whole PrestaShop store files and database together. Because many setting of themes are saved in database. here is the basic steps to move a store, - copy the whole store files/folder to your new server - backup your store database and then restore to your new server - change database connection setting in file /config/settings.inc.php on your new server - log in to back office to change the store domain and folder back office - Preferences - SEO & URLs tab Link to comment Share on other sites More sharing options...
bloggus Posted May 12, 2016 Author Share Posted May 12, 2016 Well, I can't move a whole Prestashop installation and database, that is set up for development reasons and write over a currently runing "live site" with orders and customers Link to comment Share on other sites More sharing options...
shokinro Posted May 12, 2016 Share Posted May 12, 2016 If that is the case, then you will have to manually apply the changes again on your live site when's you confirms it is working as expected at testing site. You may also consider to copy partially the files and database tables, but you know what files you changed and what database tables it is involved in the changes. Link to comment Share on other sites More sharing options...
bloggus Posted May 12, 2016 Author Share Posted May 12, 2016 So there is basically no way to go around the "manual process". That's what I thought.... Link to comment Share on other sites More sharing options...
shokinro Posted May 13, 2016 Share Posted May 13, 2016 As I mentioned, for changes on files, you will know what files you changed, you can copy those files. but for some theme configuration, many of the changes are saved in database, you have to know what tables are changed so that you can copy those tables over. I do not think there is an easy way. maybe you can consult with your theme developer to see if they can help. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now