Jump to content

Disable Order Complete email


Taodi

Recommended Posts

I would like to disable the sending of the Order Complete email that gets automatically sent to the customer when an order reaches Order Complete status. Can't seem to find a way to do this, nor can I find an answer in already posted topics. 

Link to comment
Share on other sites

Hi Taodi, I think the only way this can be done is to edit the code to disable it. To do this open the classes/order.class.php file and find line 286 (approximately)

$mailer->sendEmail($this->_order_summary['email'], $content);

Replace with:

//$mailer->sendEmail($this->_order_summary['email'], $content);
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...