Jump to content

Désactiver l'email automatique envoyé avec le numéro de suivi


Recommended Posts

J'ai trouvé un début de réponse.

Apparement, il faudrait commenter ces lignes dans le fichier controllers/admin/AdminOrdersControllers

if (@Mail::Send((int)$order->id_lang, 'in_transit', Mail::l('Package in transit', (int)$order->id_lang), $templateVars, $customer->email, $customer->firstname.' '.$customer->lastname, null, null, null, null, _PS_MAIL_DIR_, true, (int)$order->id_shop)) { Hook::exec('actionAdminOrdersTrackingNumberUpdate', array('order' => $order)); Tools::redirectAdmin(self::$currentIndex.'&id_order='.$order->id.'&vieworder&conf=4&token='.$this->token); } else $this->errors[] = Tools::displayError('An error occurred while sending an email to the customer.');

Mais je suis sur Prestashop 1.7.7.8. ce fichier n'existe plus. Est-ce que quelqu'un sait dans quel fichier je peux trouver ces lignes ?

Merci

Link to comment
Share on other sites

  • 2 weeks 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...