Jump to content

Assign a name to this address for future operations


Recommended Posts

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

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

×
×
  • Create New...