It appears that the email portion of SUBMIT_ORDER is broken. The code says:
if((SEND_EMAIL) AND validateEmail($billAddress["Email"]))
        if should be:
if((SEND_EMAIL) AND validateEmail($billingAddress["Email"]))

$billAddress doesn't exist does it?

Thanks,
Jon Griffin
[EMAIL PROTECTED]

Check out:
<http://www.salsablanca.com>
<http://www.jongriffin.com>



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to