Magento 2
The global «groupLength» property has an incorrect «,» value instead of a natural number in Magento_Catalog/js/price-utils
Issues
price
,
javascript
,
price-format
,
bug
dmitrii_fediuk
(Dmitrii Fediuk)
July 15, 2017, 7:06am
1
The Magento_Catalog/js/price-utils::formatPrice() pollutes the global formatting settings with local ones because of a wrong lodash extend / assignIn usage
How to format a money value (e.g. price) in JavaScript?
dmitrii_fediuk
(Dmitrii Fediuk)
July 15, 2017, 7:06am
2
See also:
The
Magento_Catalog/js/price-utils::formatPrice()
pollutes the global formatting settings with local ones because of a wrong
lodash
extend
/
assignIn
usage
The «
Price Format
» extension
How to
format
a money value (e.g.
price
) in
JavaScript
?