how to change seperatorDecimal & seperator1000

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
tenkraD
Advanced
Posts: 110
Joined: 25 Jul 2017, 08:38

how to change seperatorDecimal & seperator1000

Post by tenkraD » 02 Aug 2017, 08:47

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

User avatar
Metalics
Advanced
Posts: 103
Joined: 13 Jul 2015, 23:59

Re: how to change seperatorDecimal & seperator1000

Post by Metalics » 02 Aug 2017, 11:47

You should correct the spelling mistake;

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

tenkraD
Advanced
Posts: 110
Joined: 25 Jul 2017, 08:38

Re: how to change seperatorDecimal & seperator1000

Post by tenkraD » 02 Aug 2017, 11:55

Great thanks Metalics, that works!

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

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: how to change seperatorDecimal & seperator1000

Post by aimeos » 02 Aug 2017, 17:25

Documentation is updated. Thanks for the hint!
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply