Show different prices for customers of different membership

Help for integrating the Laravel package
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!
vasile.loghin
Posts: 4
Joined: 09 May 2024, 06:24

Re: Show different prices for customers of different membership

Post by vasile.loghin » 14 Jun 2024, 06:01

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:

Code: Select all

$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['aimeos']['confDirs']['0_reea_aimeos_processors'] = 'EXT:reea_aimeos_processors/Resources/Private/Config/';

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

Re: Show different prices for customers of different membership

Post by aimeos » 18 Jun 2024, 08:44

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, Image give us a star

Post Reply