xav91 Posted April 30, 2014 Share Posted April 30, 2014 (edited) bonjour, je viens de modifier mon fichier mailalerts.php (module mailalerts) afin qu'un mail soit envoyé au 'vendeur' lors de la création d'un nouveau compte. par contre je n'arive pas à en envoyer un au client pour lui signifier un changement de groupe. est ce le même principe que pour la création d'un nouveau compte ? enregistrement du nouveau hook (actionCustomerAccountAdd) public function install($delete_params = true) { if (!parent::install() || ... !$this->registerHook('actionCustomerAccountAdd') ) et la fonction public function hookactionCustomerAccountAdd($params) { ... } parceque je ne trouve pas le hook d action corespondant. Edited May 12, 2014 by xav91 (see edit history) Link to comment Share on other sites More sharing options...
xav91 Posted May 7, 2014 Author Share Posted May 7, 2014 (edited) comment faire pour savoir si un hook d'action est bien appelé et si il est appelé, quels parametres il transmet ? Edited May 12, 2014 by xav91 (see edit history) Link to comment Share on other sites More sharing options...
mistertendance Posted July 25, 2016 Share Posted July 25, 2016 Bonjour, vous avez trouvé la solution pour envoyer un email au client quand il a changé de groupe ? Link to comment Share on other sites More sharing options...
isteph26 Posted November 29, 2016 Share Posted November 29, 2016 Bonjour, je suis interessé aussi si vous avez trouvé une solution merci 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