Iris96 Posted December 10, 2019 Share Posted December 10, 2019 Hello everyone, I need help with my online store. I use PrestaShop 1.7.6.2 and I want to add new currency ( Albanian Lek (ALL) ). When I try to add this currency I become this error: An unexpected error occurred. [PrestaShop\PrestaShop\Core\Domain\Currency\Exception\CurrencyException code 0] Where can the problem be ? How can I handle this error ? What does this error means? I have to add this currency otherwise I can't sell in my store. P.S I can add other currencies without problems and they also work in front end store. The problem happens only with Albanian Lek (ALL) that cannot be added. This is my online store emia.shop Thank you in advance! Link to comment Share on other sites More sharing options...
JBW Posted December 11, 2019 Share Posted December 11, 2019 There is an error in the currency data for Albania: the numeric iso code is stored as 8 instead of 008 and therefore failing in internal vaildation rules. To fix it edit file \localization\CLDR\core\common\supplemental\supplementalData.xml and change line 5208 accordingly. After clearing prestashop cache you can add ALL currency: 1 Link to comment Share on other sites More sharing options...
Iris96 Posted December 12, 2019 Author Share Posted December 12, 2019 Thank you JBW very much for your reply! It worked perfekt! Link to comment Share on other sites More sharing options...
Isaacw Posted December 29, 2019 Share Posted December 29, 2019 Hello guys I also have an issue about currency. I can't select or edit another currency from a drop down in adding new currency. The currencies are there but can't be selected. I need help on this. Thank you. Link to comment Share on other sites More sharing options...
selectshop.at Posted December 29, 2019 Share Posted December 29, 2019 25 minutes ago, Isaacw said: I also have an issue about currency. I can't select or edit another currency from a drop down in adding new currency. The currencies are there but can't be selected. I need help on this. Thank you. Which Prestashop version are you using ? Which php-version and SQL version are you using ? Your problem is also for Albania ? Link to comment Share on other sites More sharing options...
Isaacw Posted December 29, 2019 Share Posted December 29, 2019 I am using prestashop version 1.7.6.2 Php version 7.4 SQL version 10.1.43-MariaDB-cll-lve Thank you... Link to comment Share on other sites More sharing options...
selectshop.at Posted December 29, 2019 Share Posted December 29, 2019 Prestashop 1.7.6 is not compatible with php 7.4. You should use php 7.2. See php requirements here: https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/ 1 Link to comment Share on other sites More sharing options...
Iris96 Posted December 30, 2019 Author Share Posted December 30, 2019 Hello Guys, Can you help me to change the currency Name here (see screenshot). I would like to have it like this: ALL - Leke and EUR - € . So I want to add a minus sign after ALL and EUR. Thank you in advance! Link to comment Share on other sites More sharing options...
Isaacw Posted December 30, 2019 Share Posted December 30, 2019 9 hours ago, selectshop.at said: Prestashop 1.7.6 is not compatible with php 7.4. You should use php 7.2. See php requirements here: https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/ Dear Selectshop.at Thank you very much. It has worked perfectly! 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