Jump to content

how to manualy ADD a client with out email ?


Recommended Posts

you can do it in class file
classes/Customer.php

there is a line like:

'email' =>                        array('type' => self::TYPE_STRING, 'validate' => 'isEmail', 'required' => true, 'size' => 128),

just remove "required => true," param


im affraid that this will generate some troubles because mail is very important thing in this case. especially in order process

Link to comment
Share on other sites

  • 1 month later...

hi again i tried to add manually (by my shelf) one customer with no email, but the system had an error. see pic can you help me please?

 

I succeed to add a ''company'' at addressee tab but i could find this ''company'' at customer tab to make one manually order... 

post-945214-0-82842700-1443450968_thumb.png

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...