krisomeno Posted January 26, 2017 Share Posted January 26, 2017 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 More sharing options...
ZikmaSolutions Posted January 26, 2017 Share Posted January 26, 2017 (edited) 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) 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 January 26, 2017 by ZikmaSolutions (see edit history) Link to comment Share on other sites More sharing options...
ali Posted January 19, 2018 Share Posted January 19, 2018 Hi dear friend I have same problem as you. Most of my customers didn't have email address.where I must find this code to edit it? You can see my website here. 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