Emails

  • Posts: 377
  • Thank you received: 7
11 years 2 weeks ago #135883

Hi, I get emails like this:

Hello,
A Paypal notification was received with the status Completed. The order is now confirmed.

This notification was for the order Y21 on the website tradeheatingspares.com/ You can access the order details directly by clicking on the link below after logging in your back end:
tradeheatingspares.com/administrator/ind...ask=edit&order_id=21

----

Can i turn them off so the only email i get is the confirmed email to the customer?

Thanks

Alex

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 2 weeks ago #135897

Hi,
This is the email sent by the PayPal platform, the best solution will probably be directly ask them about that.

Please Log in or Create an account to join the conversation.

  • Posts: 377
  • Thank you received: 7
11 years 2 weeks ago #135915

Are you sure? I have a magento store and paypal doesnt do this on that platform?

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 2 weeks ago #135919

Hi,

In the PayPal plugin, you have to comment the latest occurence of:

$this->modifyOrder($order_id, $order_status, $history, $email);

Please Log in or Create an account to join the conversation.

  • Posts: 377
  • Thank you received: 7
11 years 5 days ago #137329

Hi Xavier,

This seemed to prevent us from receiving any emails from the website when the person checked out via paypal not just the paypal email to the admin. As I also have this code in the order status email:

<?php $data->customer->user_email =array($data->customer->user_email,'email1@domain.com','email2@domain.com'); ?>

But these emails haven't been coming through since i commented that line out.

Do you know why this may be?

Thanks

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 2 days ago #137590

Hi,
And can you try it with this line (the latest occurence) :

$this->modifyOrder($order_id, $order_status, $history, $email);
by :
$this->modifyOrder($order_id, $order_status, $history, null);

Last edit: 11 years 2 days ago by Mohamed Thelji.

Please Log in or Create an account to join the conversation.

Time to create page: 0.084 seconds
Powered by Kunena Forum