Jump to content

mail suite changement de groupe


Recommended Posts

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 by xav91 (see edit history)
Link to comment
Share on other sites

  • 2 years later...
  • 4 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...