Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

E-mail notice to admin with order


razvan

Recommended Posts

Can someone help me with the following problem :

 

Let's say a customers places an order , I want to be notified on my mail.

 

I've search the Admin panel but I can't seem to find anything related.

 

Can you guys please help me ?

 

Thank you

Link to comment
Share on other sites

Can someone help me with the following problem :

Let's say a customers places an order , I want to be notified on my mail.

I've search the Admin panel but I can't seem to find anything related.

Can you guys please help me ?

 

Under Configuration there is a choice: 'Send Extra Order Emails To'

Link to comment
Share on other sites

It doesn't seem to work , do you have any idea why ?

 

I assume that you have edited that line and put your email address there?

Do you have this in your catalog/checkout_process.php :

// send emails to other people
 if (SEND_EXTRA_ORDER_EMAILS_TO != '') {
tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);
 }

Link to comment
Share on other sites

I assume that you have edited that line and put your email address there?

Do you have this in your catalog/checkout_process.php :

// send emails to other people
 if (SEND_EXTRA_ORDER_EMAILS_TO != '') {
tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);
 }

 

Yes I have it , should I put something like : if (SEND_EXTRA_ORDER_EMAILS_TO != 'email@mydomain.com')

Link to comment
Share on other sites

Yes I have it , should I put something like : if (SEND_EXTRA_ORDER_EMAILS_TO != 'email@mydomain.com')

 

 

No, the code stays as it is.

It is hard to say why you dont get the email. Maybe someone else have an idea of what causes this..

Link to comment
Share on other sites

It can also be a problem caused by other added contributions.

 

I wasn't getting the customer order emails sent to my email either when someone purchased through PayPal, only check/money orders.

 

Had to remove the contribution for "Fancier HTML invoice & packing slip".

 

Just a thought!

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Link to comment
Share on other sites

I've fix it , thanks everyone for the help , it was a patch that I installed and it changed the code a little , I've remove it and it works smoothly.

 

Thank you all again

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...