I want to use € currency, then i set in admin/store/settings/payment:
Thousands separator: . (full stop)
Decimal separator: , (comma)
I insert a new product node and all works fine! But when i edit this node and save the change, ecommerce module automatically invert my separators!
Comments
Comment #1
simeIMO that is due to changing values in validation which is different in 4.7. I'll look at that.
Comment #2
Stronk commentedIn addition to changing the thousands and decimal separators it changes the value, so e.g. after editing an original price of €12,95 the value changes to €1.295,00, and after editing again the item amounts to €129.500,00 and so on.
Comment #3
sunAlthough this issue is older, a patch has been provided here: http://drupal.org/node/73024