misstheresa2009 Posted August 27, 2010 Share Posted August 27, 2010 Hello Everyone!Thanks to some of the threads on this forum I finally figured out how to remove fields in the registration form. The problem is I get this error message when I clicked on the Registration button:There are 5 errors : 1. country ID is required 2. alias is required 3. address (1) is required 4. postcode is required 5. city is requiredNow, I know I am supposed to do something with the address.php in classes. The trouble is when I look for the code that I need to delete (example: 'postcode'=>'isPostCode', I cannot find it. I am attaching the Notepad file with the code as I see it.I would appreciate any help someone out there could give me on this. I sell downloadable products and I want to make things as convenient as possible for my customers.BTW, here is my website address: http://www.deesnewdesigns.com/store/Warmest Regards! Address.txt Link to comment Share on other sites More sharing options...
jhnstcks Posted August 27, 2010 Share Posted August 27, 2010 The line protected $fieldsRequired = array('id_country', 'alias', 'lastname', 'firstname', 'address1', 'postcode', 'city'); Needs to be altered to make the fields not required. Link to comment Share on other sites More sharing options...
misstheresa2009 Posted August 27, 2010 Author Share Posted August 27, 2010 Thanks for your help, it worked. Now the problem is a 'Hack Attempt' message when I tried to create an account. I hear how a lot of people seem to be having this problem.Regards,misstheresa2009 :coolsmile: Link to comment Share on other sites More sharing options...
Nguyen Trong Bang Posted September 27, 2010 Share Posted September 27, 2010 Thanks for your help, it worked. Now the problem is a 'Hack Attempt' message when I tried to create an account. I hear how a lot of people seem to be having this problem.Regards,misstheresa2009 :coolsmile: I have the same problem with the "Hack attempt" message. See my post here. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now