b1ow Posted June 14, 2010 Posted June 14, 2010 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!
Guest Posted June 14, 2010 Posted June 14, 2010 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.