If you look in the file:
/admin/orders.php
do you find the code:
Code:
//send extra emails
if (SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_STATUS == '1' and SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO != '') {
zen_mail('', SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO, SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_SUBJECT . ' ' . EMAIL_TEXT_SUBJECT . ' #' . $oID, $message, STORE_NAME, EMAIL_FROM, $html_msg, 'order_status_extra');
}
If you go to the Tools ... Developers Tool Kit ... and in the top input box enter:
SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO_STATUS
and select NONE then click SEARCH ... what comes up?
If you go to the Tools ... Developers Tool Kit ... and in the top input box enter:
SEND_EXTRA_ORDERS_STATUS_ADMIN_EMAILS_TO
what comes up?