Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Send order notification to multiple email addresses

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #11  
Old 09-23-2014, 11:20 AM
  DanielleHoyt's Avatar 
DanielleHoyt DanielleHoyt is offline
 

Newbie
  
Join Date: Dec 2013
Location: California, US
Posts: 9
 

Default Re: Send order notification to multiple email addresses

Totaltec,
It says "SQL PATCH FAILED AT QUERY:
REPLACE INTO xcart_config VALUES ('orders_department','Orders department email address','orders@sign-mart.com, danielle@sign-mart.com, dhoytdesign@gmail.com','Company',330,'text','','','email')
PATCH LOG"
__________________
X-Cart 4.6.0
Reply With Quote
  #12  
Old 09-23-2014, 12:08 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Send order notification to multiple email addresses

Try this? (tested on v4.6.4, but use with caution)

Code:
REPLACE INTO xcart_config VALUES ('users_department','Users department email address','first@email.com,second@email.com','Company',320,'text','','','text',''); REPLACE INTO xcart_config VALUES ('orders_department','Orders department email address','first@email.com,second@email.com','Company',330,'text','','','text',''); REPLACE INTO xcart_config VALUES ('support_department','Help/Support department email address','first@email.com,second@email.com','Company',340,'text','','','text','');

If it doesn't work, try separating the email addresses with semi-colons instead of commas.

To reset, on each line change...
Code:
,'text','');

to...
Code:
,'email','');
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
DanielleHoyt (09-23-2014), qualiteam (09-23-2014)
  #13  
Old 09-23-2014, 12:17 PM
  DanielleHoyt's Avatar 
DanielleHoyt DanielleHoyt is offline
 

Newbie
  
Join Date: Dec 2013
Location: California, US
Posts: 9
 

Default Re: Send order notification to multiple email addresses

PhilJ,
This worked, thank you so much!
__________________
X-Cart 4.6.0
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:02 PM.

   

 
X-Cart forums © 2001-2020