Post by solojuve1897 » Tue Jul 19, 2011 10:12 pm

Hello,

Like the subject explains. I want to send a copy of the order to a specific mail yet I dont want it to be sent to the store owner.

The store owner should only get mails from the contact-page.

Basically I have two e-mail accounts. One is info@domain.com and the other is order@domain.com.
Everything regarding contacts I want going to the info@domain.com and the copy of orders I want sent to order@domain.com.

Right now I get the copy of order both to info@domain.com and order@domain.com, which I dont want.

Is there a possible fix?

Regards,

Newbie

Posts

Joined
Fri Jun 03, 2011 1:00 am

Post by uksitebuilder » Tue Jul 19, 2011 10:51 pm

|
|
|
V
Last edited by uksitebuilder on Tue Jul 19, 2011 11:21 pm, edited 1 time in total.

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by Qphoria » Tue Jul 19, 2011 11:15 pm

You can change the one spot that the new orders go to

Both 1.4.x and 1.5.x:
1. EDIT: catalog/model/checkout/order.php

2. FIND:

Code: Select all

$mail->setTo($this->config->get('config_email'));
3. REPLACE WITH:

Code: Select all

$mail->setTo('order@blah.com');

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by solojuve1897 » Tue Jul 19, 2011 11:33 pm

Thanks!

Very appreciated :)

Newbie

Posts

Joined
Fri Jun 03, 2011 1:00 am
Who is online

Users browsing this forum: No registered users and 324 guests