Currency Swiss francs

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!
derJu
Posts: 47
Joined: 22 Sep 2016, 13:54

Currency Swiss francs

Post by derJu » 22 Sep 2016, 14:11

Hi

i have add Currency Swiss francs set in the backend and frontend comes Fr instead of CHF

How can I change that is usually CHF?

That does not work

Code: Select all

plugin.tx_aimeos.settings.i18n.de.0 {
  domain = client
  string = currency
  trans = CHF
}
best regards
derJu

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

Re: Currency Swiss francs

Post by aimeos » 22 Sep 2016, 14:37

The correct configuration would be

Code: Select all

plugin.tx_aimeos.settings.i18n.de.0 {
  domain = client/currency
  string = CHF
  trans = Fr
}
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

derJu
Posts: 47
Joined: 22 Sep 2016, 13:54

Re: Currency Swiss francs

Post by derJu » 22 Sep 2016, 14:39

thank you , it works

best regards
derJu

Post Reply