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

Low Limit Warning Email

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 02-04-2016, 11:21 AM
  Keys Care's Avatar 
Keys Care Keys Care is offline
 

eXpert
  
Join Date: Feb 2007
Location: Cheyenne - Santa Monica - Oregon
Posts: 214
 

Default Low Limit Warning Email

Hi, I am trying to hard code in a specific email address that low inventory limits emails are sent to.

I have tracked it down to include/func/func.order.php file and to this code:
Quote:
if (
$config['Email_Note']['eml_lowlimit_warning'] == 'Y'
&& func_check_email($config['Company']['orders_department'])
) {

func_send_mail(
$config['Company']['orders_department'],
'mail/lowlimit_warning_notification_subj.tpl',
'mail/lowlimit_warning_notification_admin.tpl',
$config['Company']['orders_department'],
true
);
$sent2email = $config['Company']['orders_department'];
}

What I want to do is replace the 'orders_department' with a specific email address so that the orders department does not get low inventory warnings.

Can anyone help to where and how to input that fixed email address.

Sorry if this is simple, but I cannot seem to make it work.

Bob
__________________
All-Natural Healing Skin and Pet Care Products
4.6.0 Gold, ShipWorks 3
Reply With Quote
  #2  
Old 02-04-2016, 11:24 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,191
 

Default Re: Low Limit Warning Email

the function parameters are like this

func_send_mail(
TO EMAIL,
SUBJECT,
BODY,
FROM EMAIL,
true
);

so

func_send_mail(
'new_email@domain.com',
'mail/lowlimit_warning_notification_subj.tpl',
'mail/lowlimit_warning_notification_admin.tpl',
$config['Company']['orders_department'],
true
);
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following user thanks cflsystems for this useful post:
qualiteam (02-07-2016)
  #3  
Old 02-04-2016, 11:26 AM
  Keys Care's Avatar 
Keys Care Keys Care is offline
 

eXpert
  
Join Date: Feb 2007
Location: Cheyenne - Santa Monica - Oregon
Posts: 214
 

Default Re: Low Limit Warning Email

Thanks Steve, will give it a try

Bob
__________________
All-Natural Healing Skin and Pet Care Products
4.6.0 Gold, ShipWorks 3
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 10:33 AM.

   

 
X-Cart forums © 2001-2020