Jump to content

[SOLVED] Remove Zipcode as Required Field, Costumer sign up


Recommended Posts

Hi Guys,

 

I've been required to remove this field. I have tried the following things:

 

1. I checked in Classes/Address.php this piece of code, to remove the Zipcode as required field

 

protected $fieldsRequired = array('id_country', 'alias', 'lastname', 'firstname', 'address1', 'city');

 

But the postcode isn't there.

 

2. In the Backoffice I went to costumers >> addresses Then to "Set required fields for this section" but the post code isn't checked.

required.jpg

 

If any hint can be provided it would be much appreciated

 

Thanks.

 

Herland

Edited by Herland (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...