Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin email when new customer registers


lindendesign

Recommended Posts

Posted

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

Posted

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 >

Posted

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

Posted

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 ======>>>>>.

Archived

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

×
×
  • Create New...