
02-23-2013, 03:53 PM
|
|
|
|
 X-Guru
|
|
Join Date: Nov 2002
Posts: 4,094
|
|
|
Re: Need 3 different e-mails for order
General Settings > Company doesn't allow you to add more than one email address, but you can apply an SQL patch...
v4.5.4...
Quote:
REPLACE INTO xcart_config VALUES ('orders_department','Orders department email address','first@email.com,second@email.com,third@email.com','Company',330,'text','','','email');
|
v4.5.5...
Quote:
REPLACE INTO xcart_config VALUES ('orders_department','Orders department email address','first@email.com,second@email.com,third@email.com','Company',330,'text','','','email','');
|
May not work for everyone, but worked for me.
__________________
xcartmods.co.uk
|
|