lindendesign Posted July 22, 2010 Posted July 22, 2010 Hi there. Is there any way I can set it so that the admin of the store is emailed when a new customer registers an account?) Thanks, Craig Craig Shaw Linden Design
germ Posted July 23, 2010 Posted July 23, 2010 As far as I know there is no way to turn this off or on. You'd have to add some code to make it happen. It's simple code. If you're interested I could post some code. There might be a contribution that does this - I didn't look. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
lindendesign Posted July 24, 2010 Author Posted July 24, 2010 As far as I know there is no way to turn this off or on. You'd have to add some code to make it happen. It's simple code. If you're interested I could post some code. There might be a contribution that does this - I didn't look. If you could post some code on how to do this, that would be great. I did have a quick look in the contributions but couldn't see anything. Thanks, Craig Craig Shaw Linden Design
♥geoffreywalton Posted July 24, 2010 Posted July 24, 2010 In create_account.php find tep_mail($name, $email_address, EMAIL_SUBJECT, $email_text, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); add tep_mail($name, SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_SUBJECT, $email_text, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); Enjoy G Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.