| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Low Limit Warning Email | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
![]() 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:
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 |
|||||||||
#2
|
|||||||||
|
|||||||||
![]() 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 |
|||||||||
|
#3
|
|||||||||
|
|||||||||
![]() Thanks Steve, will give it a try
Bob
__________________
All-Natural Healing Skin and Pet Care Products 4.6.0 Gold, ShipWorks 3 |
|||||||||
|
|||
X-Cart forums © 2001-2020
|