Puriom Posted November 14, 2012 Share Posted November 14, 2012 (edited) Hello! I cannot provide all obligatory infos in "suppliers" backoffice page, and PS doesn't let me save just the name, and logo. Any suggestions? Thanks Edited November 14, 2012 by Puriom (see edit history) Link to comment Share on other sites More sharing options...
Puriom Posted November 14, 2012 Author Share Posted November 14, 2012 Οr, else, IN WHICH FILE? Link to comment Share on other sites More sharing options...
Mr S Posted February 27, 2013 Share Posted February 27, 2013 (edited) /controllers/admin/AdminSuppliersController.php ........ array( 'type' => 'text', 'label' => $this->l('Address:'), 'name' => 'address', 'size' => 100, 'maxlength' => 128, 'required' => true ), ........ and just remove 'required' => true (and the , from one-line before it) from all the input field you don't want to require I did not test it out let me know if that works backup your AdminSuppliersController.php Edited February 27, 2013 by HA!*!*Y (see edit history) Link to comment Share on other sites More sharing options...
ehab_morcos Posted September 16, 2013 Share Posted September 16, 2013 /controllers/admin/AdminSuppliersController.php ........ array( 'type' => 'text', 'label' => $this->l('Address:'), 'name' => 'address', 'size' => 100, 'maxlength' => 128, 'required' => true ), ........ and just remove 'required' => true (and the , from one-line before it) from all the input field you don't want to require I did not test it out let me know if that works backup your AdminSuppliersController.php it deosn't work but i think there is validation sentence must be removed also but i don't know Link to comment Share on other sites More sharing options...
sthosstudio Posted March 26, 2016 Share Posted March 26, 2016 I have the same proble, if you set only required => false or remove it, the error message still go on. Only label with * missed. Any ideas? Thanks a lot. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now