comzemadrid Posted May 3, 2013 Share Posted May 3, 2013 hi. i want to remove this field [Assign a name to this address for future operations] from the user registration form. if anyone can help. Thanks Link to comment Share on other sites More sharing options...
PascalVG Posted May 4, 2013 Share Posted May 4, 2013 If you delete the editable field, What name do you want to give it by default? "my address(1)" or so? In PS you can have more addresses (for example, one for billing, one for shipping, or shipping to your holiday address etc.) So they must have a unique name to distinguish them (In their account info, or when checking out, there is a button add new address as well, so the customer can add more addresses themselves here). So let us know what name you want to give it, when not editable by the customer. pascal. Link to comment Share on other sites More sharing options...
PascalVG Posted May 4, 2013 Share Posted May 4, 2013 BTW, to answer your question, add this to the end of themes/<your theme folder>/css/global.css: p#adress_alias { display:none; } This will remove the field form the input page. But beware that it still needs a name when saved, do give it a default name, an try it out a few times (add more addresses for one customer and see how it reacts!) Link to comment Share on other sites More sharing options...
comzemadrid Posted May 4, 2013 Author Share Posted May 4, 2013 thanks for the reply. if i hide it by css then it is is a required field so it will give me form error? Link to comment Share on other sites More sharing options...
PascalVG Posted May 4, 2013 Share Posted May 4, 2013 Do you ask me, or do you get an error already? If so, what error exactly? Link to comment Share on other sites More sharing options...
comzemadrid Posted May 4, 2013 Author Share Posted May 4, 2013 i got this error. There is 1 error alias necessary Link to comment Share on other sites More sharing options...
Recommended Posts