TestUser123 Posted April 26, 2022 Share Posted April 26, 2022 (edited) Hello, im having prestashop 1.7 im dont want presta to send me any email when costumer finises the order process i have disabeled all "send email to costumer" in "order settings" but i still get email with "order information" how can i disable this ? btw... i am sending later...when i change the status order...all ok... just this first email how i could not be send? Edited April 26, 2022 by TestUser123 (see edit history) Link to comment Share on other sites More sharing options...
abdullacm Posted May 1, 2022 Share Posted May 1, 2022 order confirmation mail is sent from classes/PaymentModule.php have a look at this file and search for this code Mail::Send( then comment out the line. I dont recommend modifying the core file, the standard/prestashop recommended way is override the file and modify. So, you dont lose the modifications while upgrading the shop. 1 Link to comment Share on other sites More sharing options...
ComGrafPL Posted May 1, 2022 Share Posted May 1, 2022 On 4/26/2022 at 10:22 AM, TestUser123 said: Hello, im having prestashop 1.7 im dont want presta to send me any email when costumer finises the order process i have disabeled all "send email to costumer" in "order settings" but i still get email with "order information" how can i disable this ? btw... i am sending later...when i change the status order...all ok... just this first email how i could not be send? Disable it in email alerts module. 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