Jump to content

Dont send email after order complete in webshop


Recommended Posts

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

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.

  • Thanks 1
Link to comment
Share on other sites

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

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...