Jump to content

How To Get Vat Field In Registration Has Mandatory


Recommended Posts

  • 6 months later...

classes/Address.php

 

you've got there object definition. Change

'vat_number' =>	 array('type' => self::TYPE_STRING, 'validate' => 'isGenericName'),

to

'vat_number' =>	 array('type' => self::TYPE_STRING, 'validate' => 'isGenericName', 'required' => true),
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...