rectox Posted June 26, 2012 Share Posted June 26, 2012 Hello! How can I disable all emails what the system sent when user registry to my shop and make a order. I dont want that my prestashop sent any email to my costumers. Many thanks! Link to comment Share on other sites More sharing options...
shacker Posted June 26, 2012 Share Posted June 26, 2012 you can go to modules and in the module mail alerts can disable this function. Or in order -> statuses, edit the status of every order and put that dont send email 1 Link to comment Share on other sites More sharing options...
rectox Posted June 27, 2012 Author Share Posted June 27, 2012 Many thanks! Link to comment Share on other sites More sharing options...
shacker Posted June 27, 2012 Share Posted June 27, 2012 your welcome. Change title to solved please Link to comment Share on other sites More sharing options...
tomerg3 Posted June 27, 2012 Share Posted June 27, 2012 I believe that you will still send out th order confirmation email, unless you manually remove it in PaymetModule.php 1 Link to comment Share on other sites More sharing options...
veenu Posted November 10, 2012 Share Posted November 10, 2012 Hello, I need to disable emails of vouchers to customers when I select this voucher for all customers is it possible plz reply me thanx Link to comment Share on other sites More sharing options...
rjancauskas Posted September 15, 2013 Share Posted September 15, 2013 I believe that you will still send out th order confirmation email, unless you manually remove it in PaymetModule.php I have the same problem, could you please write what lines needs to remove in PaymentModule.php? Link to comment Share on other sites More sharing options...
koning Posted March 12, 2015 Share Posted March 12, 2015 Line 773 to line 785 in my PaymentModule.php I commented it like this: // if (Validate::isEmail($this->context->customer->email)) // 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 // ); Hope this helps, it worked for me. 1 Link to comment Share on other sites More sharing options...
tejash.soni Posted April 9, 2015 Share Posted April 9, 2015 Hello, My requirement is to skip the "Payment Accepted" email sent to customer if the order amount is 0. I am new to Prestashop, and not able to understand in which class or controller I have to put this condition. Any help will be appriciated. Thanks in advance. Link to comment Share on other sites More sharing options...
Recommended Posts