-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Update items qty on cart or minicart doesn't work with several es_ locales #3619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@barbanet does it happen in admin or in front-end? what are the steps to reproduce? |
Hi @piotrekkaminski, I have the same issue when use es_AR locale. The steps to reproduce the problem are: 1- Install a clean magento 2.0.x I have found the problem is in isNumber�() on ../vendor/magento/zendframework1/library/Zend/Locale/Format.php � |
The same problem reported by @barbanet for M1 is happening in M2 Here is the link with the explanation of the problem in the comments Issue #8461 The missing pattern es_419.xml or in each of your children is:
Any other missing definition in this file is a potential problem if it is not inherited from es.xml |
I'm closing this issue as duplicate as we already have internal ticket MAGETWO-59973 for issue #6656. |
[TSG-CSL3] For 2.2 (pr19)
I've created this issue also on M1 bug tracker because this problem cames from Zend_Locale and the locales xml definitions.
Using most of the es_ locales (es_ES and es_MX works fine) you aren't able to update cart quantities because the filter method on Zend_Filter_LocalizedToNormalized can't validate the number as number.
I understand that this problem is from Zend_Framework but I wasn't able to fix it yet.
When I try to update the quantity I get this message:
In my case I'm using es_AR as locale but also happens with another es_ locales too.
The text was updated successfully, but these errors were encountered: