Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Stop / Disable Admin Order Confirmation E-mails?


Jesse J

Recommended Posts

Posted

Hi Everyone.. I have a client looking to not receive order confirmation e-mails... how can I do this? I don't see anything in the admin.. do I need to comment something out somewhere?

 

Thanks a lot :thumbsup:

Posted

In checkout_process.php I see this:

  tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);

// send emails to other people
 if (SEND_EXTRA_ORDER_EMAILS_TO != '') {
tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);
 }

 

 

However this only shows the customer being e-mailed and the "extra order e-mails" being sent... where is the store owner's e-mail sent from ???

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...