Hi VM Team.
There's a bug in BRL currency format, which on every store i have to change to work like a charm.
Decimal Symbol: "." ( dot )
Thousands Separator: "," ( comma )
It generates wrong format: R$ 1,000.00
But... In Brazil he have the opposite:
Decimal Symbol: "," ( comma )
Thousands Separator: "." ( dot )
It generates: R$ 1.000,00 <<< Correct
So.. that's it. :)