FairyDreamLand Posted January 11, 2015 Share Posted January 11, 2015 (edited) When making changes through the back office... Where are the changes made to the theme appearance/preferences and modules configurations stored? Are the changes made to the database just like adding products, categories, etc? Thanks in advance, Barb Edited January 12, 2015 by FairyDreamLand (see edit history) Link to comment Share on other sites More sharing options...
cille5 Posted January 11, 2015 Share Posted January 11, 2015 (edited) If you change your theme colors or shape prestashop will edit .css or .tpl files. you can find your themes files with FTP program ../public/themes/yourthemename/ Edited January 11, 2015 by cille5 (see edit history) Link to comment Share on other sites More sharing options...
FairyDreamLand Posted January 11, 2015 Author Share Posted January 11, 2015 If you change your theme colors or shape prestashop will edit .css or .tpl files. you can find your themes files with FTP program ../public/themes/yourthemename/ Thanks , What about when a module is configured? Or positions are set? Link to comment Share on other sites More sharing options...
vekia Posted January 11, 2015 Share Posted January 11, 2015 if you will edit SETTINGS - they are usually stored in database, some of the modules saves own settings inside ps_configuration table some of them stores settings in own tables in database. some of them uses both - ps_configuration and own tables. Link to comment Share on other sites More sharing options...
FairyDreamLand Posted January 11, 2015 Author Share Posted January 11, 2015 if you will edit SETTINGS - they are usually stored in database, some of the modules saves own settings inside ps_configuration table some of them stores settings in own tables in database. some of them uses both - ps_configuration and own tables. Thanks, This will get me off to a good start. 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