raghav472 Posted August 27, 2013 Share Posted August 27, 2013 Hi I am new to Prestashop and PHP aswell, In the registration form, the default fields are Firstname,Lastname, Email,Password andDate of Birth Now i have changed this form in Authentication.tpl file, added few more fields like Confirm password, Billing Address, City,state, Zipcode. and removed Date of Birth field. Here my question is, in which table the data will store in the backend database, how should i add these new fields into database. Could any one help me.... please its very urgent. Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted August 27, 2013 Share Posted August 27, 2013 Hi, you can add this fields directly into ps_address table. After that you will need to add this fields to Address class. Regards Link to comment Share on other sites More sharing options...
raghav472 Posted August 27, 2013 Author Share Posted August 27, 2013 Can i write html in registration page?? can i modify the UI in registration page?? Link to comment Share on other sites More sharing options...
vekia Posted August 27, 2013 Share Posted August 27, 2013 you can define address format for each country in back office, just open the localization > countries tab then click on edit button near each country you've got "ENABLED". you will see then page, where you can define address format. Most of the available fields is there (city, state, zipcode) and also you can remove there unwanted fields. Can i write html in registration page?? can i modify the UI in registration page?? here is your post about your question, continue discussion about User Interface there http://www.prestasho...__fromsearch__1 (forum rules: 1 thread = 1 question) Link to comment Share on other sites More sharing options...
Recommended Posts