Using the locale selector

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

Using the locale selector

Post by tenkraD » 11 Oct 2018, 15:34

Hello,

Im try to only show the currency (hide the locale language). So i wrote in my ts template

Code: Select all

plugin.tx_aimeos.settings.client.html.locale.select.default.subparts {
    0 = currency
}
Like described here in the docs: https://aimeos.org/docs/TYPO3/Configure ... d_currency
But i see no effect, locale link is still there with language and currency.

What am i doing wrong?
Thanks

Typo3 8.7.18 / Aimeos 18.7.3

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

Re: Using the locale selector

Post by aimeos » 12 Oct 2018, 21:02

The documentation wasn't up to date but that is fixed now. Please try:

Code: Select all

plugin.tx_aimeos.settings.client.html.locale.select.standard.subparts {
    0 = currency
}
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: Using the locale selector

Post by tenkraD » 13 Oct 2018, 07:44

Thanks, this works!

Post Reply