massycroft Posted January 18, 2017 Share Posted January 18, 2017 Hi, I don't want that customers receive email notification for a new order placed. I've tryed to Mail Alert but this module doesn't manage this function. How can I disable it? Thanks in advance. Link to comment Share on other sites More sharing options...
Guest Posted January 18, 2017 Share Posted January 18, 2017 (edited) try Orders > Statuses but to be honest why switch it off? Most customers would want confirmation that their order has been succesful. We often get phone calls when that email has not bee recieved for some reason (junk folder) Unless you have specific reason I would leave it on Edited January 18, 2017 by Guest (see edit history) Link to comment Share on other sites More sharing options...
massycroft Posted January 18, 2017 Author Share Posted January 18, 2017 Dear haylau, very useful, in this way the customer doesn't receive the email with the subject:"Preparation" but unfortunately still receives the email with the invoice. How can I unable invoice notification by email? Link to comment Share on other sites More sharing options...
joseantgv Posted January 19, 2017 Share Posted January 19, 2017 Dear haylau, very useful, in this way the customer doesn't receive the email with the subject:"Preparation" but unfortunately still receives the email with the invoice. How can I unable invoice notification by email? Which is your PS version? Link to comment Share on other sites More sharing options...
massycroft Posted January 19, 2017 Author Share Posted January 19, 2017 My version is 1.6.1.9 Link to comment Share on other sites More sharing options...
joseantgv Posted January 19, 2017 Share Posted January 19, 2017 My version is 1.6.1.9 Then I suppose that you want to avoid "order confirmation" mail, which can not be disabled from BO, Edit file /classes/PaymentModule.php and comment out these lines: Mail::Send( (int)$order->id_lang, 'order_conf', Mail::l('Order confirmation', (int)$order->id_lang), $data, $this->context->customer->email, $this->context->customer->firstname.' '.$this->context->customer->lastname, null, null, $file_attachement, null, _PS_MAIL_DIR_, false, (int)$order->id_shop ); (it would be great if you override it instead of editing core file) 1 Link to comment Share on other sites More sharing options...
massycroft Posted January 19, 2017 Author Share Posted January 19, 2017 It definetely works! Thank you, you are an angel. 1 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