htmlMailOrderDetails - Error?

Patrik

No avatar

2005-03-11 15:20

I get the following error message after sending the order. Everything works otherwise, but it doesn't look so nice with error messages in the top of the page... Any suggestion whats wrong?

Notice: Undefined index: mail_txt in /path/to/plugins/htmlMailOrderDetails/htmlMailOrderDetails.php on line 23

Notice: Undefined index: mail_title in /path/to/plugins/htmlMailOrderDetails/htmlMailOrderDetails.php on line 24

Notice: Undefined index: mail_title in /path/to/plugins/htmlMailOrderDetails/htmlMailOrderDetails.php on line 28

tomas

No avatar

2005-11-10 12:45

i have the same problem but only in line 23

tomas

tomas

No avatar

2005-11-10 13:14

found the sollution on line 23

change this code:
$sMail = finishOrderMail($sMailBody, $GLOBALS['lang']['mail_txt]);
with this:
$sMail = finishOrderMail($sMailBody, $GLOBALS['lang']);

tomas

Back to top
about us | contact