Guest Posted January 1, 2006 Share Posted January 1, 2006 Is there a really really easy way to be emailed an emailto tell you that you have a new registered member to your shop? cheers Link to comment Share on other sites More sharing options...
Guest Posted January 1, 2006 Share Posted January 1, 2006 In create_account.php find this code: tep_mail($name, $email_address, EMAIL_SUBJECT, $email_text, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); This is the code that emails the customer once they have successfully created the account without errors. Directly after this code snippet add something like this code: tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, 'New Customer Registration', $email_text, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); This will send a copy to all that receive notification of orders. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.