Jesse J Posted March 2, 2006 Posted March 2, 2006 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:
Jesse J Posted March 2, 2006 Author Posted March 2, 2006 Anyone have any ideas on this? I'm sure it's a simple fix....
Jesse J Posted March 2, 2006 Author Posted March 2, 2006 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 ???
Recommended Posts
Archived
This topic is now archived and is closed to further replies.