Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

want to edit email that is sent to new sign-ups


Guest

Recommended Posts

open the catalog\create_account.php locate the tep_mail function right after it add one for you.

tep_mail($name, SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_text, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);

Link to comment
Share on other sites

so i would add:

 

tep_mail(myemail@myemail.com);

 

straight after

 

 

tep_mail($name, SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_text, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...