Paldru Posted January 20, 2016 Share Posted January 20, 2016 In the One Page Checkout, there are the First name and Last name fields shown twice; once at the top and once under "DELIVERY ADDRESS" (the fields have different id's). Since all four of them are needed/required, how could I go about having only one set for the customer to fill out (e.g. customer_firstname + customer_lastname and the other set maybe behind the scene just submitting the value of the visible set which was filled out by the customer)? Link to comment Share on other sites More sharing options...
Flávio's Posted January 22, 2016 Share Posted January 22, 2016 (edited) The first name and the last name are varchar(32), if you want join them, you need to alter this size of one...... You will need a Overriding class, to alter the behavior that you want, take a look at controllers/front/AuthControllerCore.php and http://doc.prestashop.com/display/PS16/Overriding+default+behaviors Edited January 22, 2016 by Flávio's (see edit history) 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