boulio971 Posted May 24, 2015 Share Posted May 24, 2015 [PS 1.6.0.14] Hello, I am implementing a module A. I want this module to replace another existing module B already installed on Prestashop So I am looking for a way for module A to uninstall module B while installing module A. How could I do it please ? Thanks Link to comment Share on other sites More sharing options...
Oron Posted May 24, 2015 Share Posted May 24, 2015 Hello Moved from French forum to English forum Link to comment Share on other sites More sharing options...
PascalVG Posted May 26, 2015 Share Posted May 26, 2015 Maybe easiest to look what they call when clicking the uninstall button: Example: http://www.yourdomain.com/<your admin folder>/index.php?controller=AdminModules&token=16edaa36c836a97bd62f7212f54a2d80&uninstall=<your module to uninstall>&tab_module=<tab of module where it's been installed on>&module_name=s<module name>&anchor=<module name> (For more examples, just right click on uninstall menu item of a module in back office->Modules->modules and click 'copy link') Give it a try. My 2 cents, pascal. 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