Magento2: Store Default Currency still have old currencies

Created on 1 Oct 2016  路  9Comments  路  Source: magento/magento2

Preconditions

  1. Store Default Currency still have old currencies: FIM (Markka).
  2. Magento version 2

Steps to reproduce

  1. Start magento installation
  2. Process to step: Step 4: Customize Your Store
  3. Click to drop down for default currency: FIM (Markka).

Expected result

  1. FIM (Markka) Should be removed. Finland has moved to EUR in 2001

Actual result

  1. [Screenshot, logs]
Setup dmcdindia Clear Description Confirmed Format is valid Ready for Work PR Created Reproduced on 2.1.x Reproduced on 2.2.x Reproduced on 2.3.x bug report good first issue

All 9 comments

Internal jira -MAGETWO-60033 has been created for this issue.

@milinka, thank you for your report.
We've created internal ticket(s) MAGETWO-60033 to track progress on the issue.

The currencies are loaded from Zend Framework 1, which is not supported anymore by Zend and is currently maintained by Mgento. With the move to PHP 7.2, ZF1 will be removed completely (at least that's what I heard), so it won't be an issue anymore from that moment on.

If this should be solved in older versions of Magento as well, we should go through all files in vendor/magento/zendframework1/library/Zend/Locale/Data/ and remove the old currencies in all these files. It would be a good idea to have a full list of all deprecated currencies then, so we only have to do this once.

However, I'm not sure if this is an issue that requires to be solved. The list of old currencies is not that nice, but it doesn't actually break anything in a webshop. As long as you don't select these currencies, you'd be fine.

I think we should close this issue because of it doesn't actually break anything.

I am working on this at #dmcdindia

@SubrataBauri thank you for joining. Please accept team invitation here and self-assign the issue.

@SubrataBauri I think that if we remove the deprecated Finnish currency, we should also remove all other deprecated currencies. For example all other European currencies that were used before the Euro are still in this list. Talking about the German Mark, French Franc, Spanish Peseta, etc. These currencies are deprecated since 2002.

I think other currencies have been deprecated in the past decades as well, but I'm not aware which currencies those are. But I think cleaning up this list with more then just one currency is useful. Not sure if you have the time, but it would be great if you can do this.

Hi @brunoroeder. Thank you for working on this issue.
Looks like this issue is already verified and confirmed. But if you want to validate it one more time, please, go though the following instruction:

  • [ ] 1. Add/Edit Component: XXXXX label(s) to the ticket, indicating the components it may be related to.
  • [ ] 2. Verify that the issue is reproducible on 2.3-develop branch

    Details- Add the comment @magento give me 2.3-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and _stop verification process here_!

  • [ ] 3. If the issue is not relevant or is not reproducible any more, feel free to close it.


This doesn't actually break anything and the old currencies are loaded from Zend Framework 1, which is not supported anymore.

Was this page helpful?
0 / 5 - 0 ratings