Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Email Notification Of New Registrants


Guest

Recommended Posts

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

Archived

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

×
×
  • Create New...