Daniel Hlaváček

Results 299 comments of Daniel Hlaváček

@HartLarsson This the same issue as with all other modules. You can only translate strings that are bundled with the current version of the core. :(

@olecorre Can you do this instead, it's simplier. ```php if (!empty(Context::getContext()->cookie->iso_code_country)) { $ps_country_default = Country::getByIso(Context::getContext()->cookie->iso_code_country); } else { $ps_country_default = Configuration::get('PS_COUNTRY_DEFAULT'); } ```

Hi @Soonz, let's try few things. - Can you send screenshot of your `BO > Localization > Languages` page? - Did you try clearing cache? (I guess you did.) -...

@Soonz Perfect, but please, can you specify which was the exact version of Prestashop you upgraded from? There was only 1 language - French when you upgraded?

@Soonz OK, thanks for the information, please: - Both languages are enabled? (International > Localization > Languages) - What is the default language? (International > Localization > Configuration > Default...

OK, I checked the code and it must have been some random error, but I found an improvement we can do https://github.com/PrestaShop/autoupgrade/pull/600. However, your issue must have been some random...

Just reproduced the same issue. - Prestashop 1.7.6 - Installed languages - Czech (active, store default, employee default), Slovak (not active) - Upgrade prestashop - left menu is in english....

Fixed by https://github.com/PrestaShop/PrestaShop/pull/34823

Option 3 - maybe I misunderstood and it was meant to support string ID?