Jump to content

Changing/reducing Checkout Emails To Clients


Recommended Posts

I want to reduce the number of emails my clients get from my prestashop during and after checkout. Right now they get three different emails within seconds of each other: Order confirmation, payment accepted and product for download.

 

Due to the circumstances of my shop, only the "product for download" email is necessary.

 

Is there any way and can stop the other two?

Link to comment
Share on other sites

you can override the PaymentModule.php class, and comment out or remove the call to Mail::Send, that will prevent the Order confirmation email from being sent.

 

Looks like OrderHistory.php sends both the 'Virtual product to download' email, as well as the 'payment accepted'.

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