Home > Item #66
I am getting problems with mailorder.asp - the error log says that there is a syntax error in the "insert into" code.
This was a problem with very early builds on v4 when creating a new customer account.
To rectify the problem, please change link 61 of mailorder.asp to this:
If Not IsNumeric(CD_AffiliateID) OR (CD_AffiliateID="") then CD_AffiliateID=0
In effect, an extra check has been added.