EPHG Posted January 20 Share Posted January 20 Greetings! Is it possible to edit the Create Account by removing the First Name and Last Name fields from it and leaving only the email and password entry field? As far as I understand, this data is mandatory, but maybe it’s possible to hide these fields and automatically substitute some fake data, which the buyer can then edit himself in his Personal Account, for example? Prestashop 1.7.8.10. Link to comment Share on other sites More sharing options...
NemoPS Posted January 23 Share Posted January 23 It is mandatory, but as you say it's possible to edit that. You'll have to add input type="hidden" and use the same exact keys to fool the system. You can generate random names with javascript or smarty, or even grab the first part of theemail and use that (again, with javascript). What version of prestashop are you using? default theme I assume? 1 Link to comment Share on other sites More sharing options...
EPHG Posted January 24 Author Share Posted January 24 Yes, I want to change the default theme, but I have no experience working with Prestashop yet, I’m trying to understand how everything works. Version 8.1.3 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