Jump to content

Disable email required field for backoffice customer registration?


krisomeno

Recommended Posts

Dear scientists and engineers,

 

in PrestaShop we also want to write invoices for customers buying on other selling platforms, amazon for instance.

 

 

For this, we need to manually add a user with a known name and address but no email. Is there a way to disable email required field status for admin user account register? I guess I need to change a true to false, but I have no idea where to look for it...

 

Running PS 1.6.1.6 with transformer theme.

Link to comment
Share on other sites

Hi,

 

I was looking for same .. I was looking for disabling email on front and in backoffice. But no, luck. 

I fixed that problem with adding default e-mail address [email protected]look how it looks on front end on my language (Serbian)

a31b531889554ec2a2f127c72f6f3a0f.png

 

 

Code:

<p class="required text"> <label for="email">E-mail adresa <sup></sup></label> <input type="text" class="text" id="email" name="email" value="[email protected]"></p> 
Edited by ZikmaSolutions (see edit history)
Link to comment
Share on other sites

  • 11 months later...

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