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!)
|