Dakkar Posted November 19, 2017 Share Posted November 19, 2017 Hello. I would like the customer to be able fill into adress field his country from the list or complete it on his own. At the moment, the list of available countries includes only those for which I have downloaded the localization package. Do I have to download the localization package for every possible country? Link to comment Share on other sites More sharing options...
tuk66 Posted November 20, 2017 Share Posted November 20, 2017 No, the list contains all enabled countries. Localization packs contain translations, currencies, etc. PrestaShop is filled with all countries. 1 Link to comment Share on other sites More sharing options...
Dakkar Posted November 20, 2017 Author Share Posted November 20, 2017 Thanks! Link to comment Share on other sites More sharing options...
Dakkar Posted November 20, 2017 Author Share Posted November 20, 2017 Is there any way to change the address format for all countries at the same time? Link to comment Share on other sites More sharing options...
tuk66 Posted November 20, 2017 Share Posted November 20, 2017 Yes, using SQL query. Link to comment Share on other sites More sharing options...
prestapp Posted January 19, 2021 Share Posted January 19, 2021 On 20/11/2017 at 6:13 PM, tuk66 dice: Yes, using SQL query. Hi, can you add the SQL query? Thanks Link to comment Share on other sites More sharing options...
Luisbo69 Posted October 4, 2023 Share Posted October 4, 2023 On 11/20/2017 at 12:03 PM, Dakkar said: Is there any way to change the address format for all countries at the same time? UPDATE `XXX_address_format` SET `format` = 'firstname lastname\r\naddress1\r\ncity\r\nCountry:name' WHERE 1 Link to comment Share on other sites More sharing options...
Luisbo69 Posted October 4, 2023 Share Posted October 4, 2023 On 1/19/2021 at 6:01 AM, prestapp said: Hi, can you add the SQL query? Thanks UPDATE `XXX_address_format` SET `format` = 'firstname lastname\r\naddress1\r\ncity\r\nCountry:name' WHERE 1 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