nicoX Posted April 11, 2018 Share Posted April 11, 2018 (edited) If I uninstall and delete a module in the backend it will remove it from the modules directory. Yet in theme/theme directory there is another modules directory, where some modules reside. Shall I manually delete that module directory as well? In theme/theme/CSS/modules, there they are as well. Edited April 11, 2018 by nicoX (see edit history) Link to comment Share on other sites More sharing options...
Rhobur Posted April 14, 2018 Share Posted April 14, 2018 yes you should; those files are just overrides of the same files from within modules/your_module 1 Link to comment Share on other sites More sharing options...
nicoX Posted April 14, 2018 Author Share Posted April 14, 2018 31 minutes ago, Rho_Bur said: yes you should; those files are just overrides of the same files from within modules/your_module Does that go the same for Prestashop modules that I have deleted? That won't make an issue when I update Prestashop or install the module again? Link to comment Share on other sites More sharing options...
Rhobur Posted April 15, 2018 Share Posted April 15, 2018 Those files are just overrides; when you install the modules again, they will probably add the files back. The theme/modules/ files are used to modify the module templates without risking to break the module's files. Prestashop looks first for the templates in the theme then if not there, it used the module's template. 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