Different Configuration options for backend?

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

Different Configuration options for backend?

Post by tenkraD » 30 Jan 2019, 17:15

Hello again,

is it possible to set different configuration options in backend depending on the selected site?
Im trying to set an different manager for the categories on one locale site.

I can change the manager in backend gobally with ts:

Code: Select all

module.tx_aimeos.settings.mshop.categorie.manager.name = someothermanager
but i want this setting just for 1 locale site in the backend.

Thanks for response

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

Re: Different Configuration options for backend?

Post by aimeos » 31 Jan 2019, 13:13

No, it's only all or nothing for the backend (module.tx_aimeos...) or the frontend (plugin.tx_aimeos...).
You can add arbitrary configuration in the locale-site item in the backend and use that configuration to check if some other code should be exectued in your manager.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply