Page 1 of 1

how to change seperatorDecimal & seperator1000

Posted: 02 Aug 2017, 08:47
by tenkraD
i would like to change seperator 1000 from empty space to '
and the seperator Decimal from . to ,
how can i do this?

[globalVar = GP:L = 1]
..
plugin.tx_aimeos.settings.client.html.common.format.seperatorDecimal = '
plugin.tx_aimeos.settings.client.html.common.format.seperator1000 = ,
[global]

[globalVar = GP:L = 2]
..
plugin.tx_aimeos.settings.client.html.common.format.seperatorDecimal = '
plugin.tx_aimeos.settings.client.html.common.format.seperator1000 = ,
[global]

the above code is not working for me.
I am using aimeos 17.7.0 with typo3 7.6.20.

Thanks

Re: how to change seperatorDecimal & seperator1000

Posted: 02 Aug 2017, 11:47
by Metalics
You should correct the spelling mistake;

plugin.tx_aimeos.settings.client.html.common.format.separatorDecimal = '
plugin.tx_aimeos.settings.client.html.common.format.separator1000 = ,

Re: how to change seperatorDecimal & seperator1000

Posted: 02 Aug 2017, 11:55
by tenkraD
Great thanks Metalics, that works!

pls update this in the documentation
https://aimeos.org/docs/TYPO3/Configure ... d_currency

Re: how to change seperatorDecimal & seperator1000

Posted: 02 Aug 2017, 17:25
by aimeos
Documentation is updated. Thanks for the hint!