Jump to content

Order notification Emails


Recommended Posts

I just built my first PrestaShop site  ;-)

 

When a customer places an order on my site:

 

- They receive two email notifications: "Payment Processed" and "Order Confirmation". How can I disable the "Payment Processed" email. Seems redundant that they get two emails for every order.

 

- Where/How do I configure PrestaShop to send ME an email, whenever someone places an order on my site? I went to Advanced Parameters > Email and entered my email address in there. But this looks like it's just used for TESTING the mail send function. Is that correct? (I am using the PHP Mail function). Where exactly do I specify the email address that PrestaShop should send order notification emails to?

 

Thanks all.

 

Link to comment
Share on other sites

  • 11 months later...

back office-->modules-->(search box type mailalerts)

 

if not installed, install it.

 

This module doesnt solves the case of email being sent when a new order is placed.

First email is informing the customer about order number & that the order is being processing . 

Second email is the order confirmation.

 

When a customer places an order on my site:

 

- They receive two email notifications: "Payment Processed" and "Order Confirmation". How can I disable the "Payment Processed" email. Seems redundant that they get two emails for every order.

 

To fix this : 

back office -> order -> statuses disable the option "Send email to customer" for "Preparation in progress" status.

Edited by HaCos (see edit history)
Link to comment
Share on other sites

  • 1 year later...
  • 5 months later...

Had the same problem:

 

Seems like there is no way to turn this off, unless modifying the code.

Go to 'PaymentModule.php'  -> function 'validateOrder' -> find function calls to 'addWithEmail', replace function with 'add' should do it.

 

Cheers

Link to comment
Share on other sites

Hello Jayq,

 

Thanks for answer! Now all these email notifications to customer are functionning!

post-1226935-0-43042000-1465870045_thumb.jpg

Great!!

 

I would like to change the sender email...as you can see below the sender is a yahoo email address.

post-1226935-0-13469500-1465869994_thumb.jpg

It is the email address use to log in Back Office prestashop.

 

How can I do?

Thanks for your advice!

Best regards.

Link to comment
Share on other sites

  • 1 year later...

Hello Jayq,

 

Thanks for answer! Now all these email notifications to customer are functionning!

attachicon.gifCaptureemail notofocaton activated.JPG

Great!!

 

I would like to change the sender email...as you can see below the sender is a yahoo email address.

attachicon.gifCapturemailenvoiokmaischngeexpd.JPG

It is the email address use to log in Back Office prestashop.

 

How can I do?

Thanks for your advice!

Best regards.

 

I know this is an old post - apologies for replying but did you work out how to fix this Ufasimba as I have the same problem.

 

Thanks

Link to comment
Share on other sites

  • 2 years later...

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