chris.astley Posted September 23, 2010 Posted September 23, 2010 Hi all, Have just joined the forum, have always been visiting the forum and found it a great place for information even though my store is Creloaded 6.3.3. Have had no joy trying to fix the problem listed below on the Cre forum so would be great if anybody on here could help. Have just rebranded and installed a site on a new server and different domain that I had last year that closed for a while. Everything seems to be ok when when I went to do a test order and register myself as a customer it won't let me. When I add my email address and click the radio button for "No, I am a new customer" if just returns the error " Error: No match for E-Mail Address and/or Password." and doesnt direct me to the account_register.php page. If I directly access the account_register.php it registers an account fine but wont direct to it from the login.php which you are directed to it from shopping cart on way to checkout e.t.c. or by simply cliking the logon link on the header. Any help would be great as Im a bit of a novice and this has got me lost. Thanks in advance. The site in question is here www.mailordercarparts.co.uk/login.php Chris 12v Caravan TV Silicone Hoses & Vauxhall Conversion Parts
blackwater Posted September 23, 2010 Posted September 23, 2010 try changing this: <input type="radio" name="new_customer" value="Y"> to <input type="radio" name="new_customer" id="new_customer_1" value="Y"> and this: <input type="radio" name="new_customer" value="N" CHECKED> to <input type="radio" name="new_customer" id="new_customer_2" value="N" checked="checked">
Recommended Posts
Archived
This topic is now archived and is closed to further replies.