Prestashop:Create a module that override another module? -


i create module , module should change module (mailalerts) , temporarily overridden module folder /override/ , wish in module.

if have

/modules/mymodule/override/modules/mailalerts/mailalerts.php,

then file copied

/override/modules/mailalerts/mailalerts.php,

after mymodule installation.

be aware making module overrides other modules not practice. should use module overrides own or client website , place them directly in /override/modules/ folder.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -