View Single Post
  #4  
Old 11-01-2012, 06:15 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: Send order notification to multiple email addresses

I would think that any mail server would allow forwarding. Well anyway, I believe that include/func/func.order.php would control sending the mail.

I see this around line 1438 in 4.4.X
Code:
if ($admin_notify) { // Notify orders department by email $mail_smarty->assign('show_order_details', 'Y'); func_send_mail( $config['Company']['orders_department'], 'mail/' . $prefix . 'order_notification_subj.tpl', 'mail/order_notification_admin.tpl', $userinfo['email'], true, true ); $mail_smarty->assign('show_order_details', '');
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote