Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Disable Order Confirmation E-mail to Customer


b1ow

Recommended Posts

Posted

Hi. At the moment as soon as order is placed Admin AND Customer receives the e-mail with order details etc.

I DO NOT want customers to receive the confirmation e-mail. I do want admin to receive it.

 

How can I do this?

 

Thank you!

Posted

in file checkout_process.php, on line no 284

 

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

 

comment this line

 

Thanks

Archived

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

×
×
  • Create New...