Hi,
I created a field "discount" - float and a field value for currency in GUI
they only accept whole number. Discount does not accept point or comma after integer Currency does not accept cents after the comma.
Any suggestion?
Thanks kakalo
You need to use "currency" field type not "float". Then you can define the format in admin->currencies section. It supports multiple (unlimited) currencies and every possible format: symbol before or after, decimal and thousands separators like: USD: $1,234.98 EUR: 1.234,98 € PLN: 1.234,98 zł etc.
http://www.epesi.org/HelloWorld_-_part_ ... s#currency
hi,
I managed to make it work