Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Customer order confirmation e-mails not working


Jonojamesmac

Recommended Posts

When a customer makes an order they're supposed to get an e-mail are they not?

 

It doesn't seem to be the case for me :(

 

I identified this code in checkout_process.php which handles the confirmation e-mail being sent, but it doesn't seem to be doing its job.

 

  tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);

// 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);
 }

 

Any help would be much appreciated.

 

Thanks

Link to comment
Share on other sites

are emails getting generated on create account.

 

There is a probability that Yo have set send mail to false in admin.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Link to comment
Share on other sites

  • 3 weeks later...
are emails getting generated on create account.

 

There is a probability that Yo have set send mail to false in admin.

 

Satish

 

I'm having the same problem...

 

I've checked my admin - send email - its set at true.

 

What else could it be?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...