Show different prices for customers of different membership
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 4
- Joined: 09 May 2024, 06:24
Re: Show different prices for customers of different membership
Ok, thanks for the support.
In the end, i managed to make it work with the custom processor.
However, it needed this additional line of code in the ext_localconf.php file from my custom extension, in order to observer the settings from the controller.php file:
In the end, i managed to make it work with the custom processor.
However, it needed this additional line of code in the ext_localconf.php file from my custom extension, in order to observer the settings from the controller.php file:
Code: Select all
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['aimeos']['confDirs']['0_reea_aimeos_processors'] = 'EXT:reea_aimeos_processors/Resources/Private/Config/';
Re: Show different prices for customers of different membership
This line is added automatically when you create a new TYPO3 extension using the extension builder. Checked that again and it worked.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star