Jump to content

Problem with customer creation on new installation


Recommended Posts

I've just installed a new verion of PS (1.5.3.1).

I can't select the required field for the customer registration, in BO i've only two checkbox (optin and newsletter).

I've try to modify the AdminCustomerController by adding new required fileds (on row 38):

 

$this->required_fields = array('newsletter','optin','id_gender','birthday');

 

The problem is on birthday field because in the front end when a customer tries to create an account, they get the error that the Birthday is required, even if that data is supplied.

 

No solution i've found in the forum... please help me.

Link to comment
Share on other sites

×
×
  • Create New...