View Single Post
  #2  
Old 10-22-2007, 04:06 AM
  carlisleglass's Avatar 
carlisleglass carlisleglass is offline
 

eXpert
  
Join Date: Aug 2003
Location: Carlisle, UK
Posts: 316
 

Default Re: looking for mail file....

For the Sendtofriend feature look in send_to_friend.php for the following:

$result = func_send_mail ($email, "mail/send2friend_subj.tpl", "mail/send2friend.tpl", $from, false);

I think $from contains the email address so change it to the email address you want.


For order notifications, I haven't been able to find the coding (yet!)
__________________
Darren Kierman
Carlisle Glass (http://www.carlisleglass.co.uk/)
... running X-Cart Gold 4.4.5 [unix]
Reply With Quote