ale92 Posted May 5, 2018 Share Posted May 5, 2018 HI, i have a simple and stupid question about developing a module. I have searched in the doc but i haven't found an answer. How can i modify an installed module without always reload the zip file? I have another question: there are good books that explain well how prestashop work? i have read the doc here http://doc.prestashop.com/dashboard.action but is very dry for a developer that need to do some customizations to the core. thx for answers. Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted May 5, 2018 Share Posted May 5, 2018 Hi... you need upload once time module and the change direct module file.if you need install and uninstall function code change then first uninstall module and install again other you can change direct file Find herehttp://doc.prestashop.com/display/PS16/Creating+a+first+module Thanks Link to comment Share on other sites More sharing options...
ale92 Posted May 5, 2018 Author Share Posted May 5, 2018 (edited) I use version 1.7.3. I have created a simple module that override the AuthController. if i change the code inside my new Controller i not see the change until i disable/enable my module. Edited May 5, 2018 by ale92 (see edit history) Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted May 5, 2018 Share Posted May 5, 2018 Ok... First you have done all change prestashop root "override" folder and then after this override file put your custom module because when you override your with your module then see this file also put in default override folder check this. Thanks 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