VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: luizwbr on October 23, 2012, 21:20:41 PM

Title: Little BRL Currency bug
Post by: luizwbr on October 23, 2012, 21:20:41 PM
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.  :)