php - Edit "Create Account" registration form for Magento Store -


When a customer creates a new account with my store, I would like to edit the required field. Need to enter your first name, last name, email and password. I want to disable the first name and last name from being necessary, maybe not showing those fields as well I am interested in email and probably a username, and of course the password

I currently Magento version 1.7

is the extension () first name, last name and email fields Allow Disabling / P>

code>). In createPostAction () you need to comment on these lines:

  $ customerErrors = $ customer-> Valid (); If (is_array ($ client agent)) {$ errors = array_merge ($ customer errors, $ errors); }    

Comments