tebdilikiyafet Posted August 27, 2013 Share Posted August 27, 2013 Hi everybody; Sometimes people write their city name wrong. I want to put a select list to address.tpl to choose their city. How should I do this with true way? Also can I put another selection list for town in this city? Because people also forget to write their town to address area. So I want to create a new area for this. Thanks in advance Link to comment Share on other sites More sharing options...
vekia Posted August 27, 2013 Share Posted August 27, 2013 you can edit authentication.tpl file instead of simple <input> generate there <select> form with <option value="CITY_NAME" /> remember that you have to define all available cities (many <option> objects) Link to comment Share on other sites More sharing options...
tebdilikiyafet Posted August 27, 2013 Author Share Posted August 27, 2013 (edited) I know that. But how can we relate it with towns of city? For example when user select London from city another selection list will display towns of London. Actually it is a missing for prestashop I think. At least prestashop should provide cities and towns areas and people should can control them if they want. Edited August 27, 2013 by tebdilikiyafet (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts