Search found 4 matches
- 14 Jun 2024, 06:01
- Forum: Laravel package
- Topic: Show different prices for customers of different membership
- Replies: 11
- Views: 141732
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: $GLOBALS['TYPO3_CONF_VARS']['EXTCONF'][...
- 20 May 2024, 08:56
- Forum: Laravel package
- Topic: Show different prices for customers of different membership
- Replies: 11
- Views: 141732
Re: Show different prices for customers of different membership
Thanks for the suggestions and the links. But still doesnt work :D I have implemented it in the following steps: ================================== 1. Created a scheduler task Aimeos Shop scheduler (aimeos), where in the Jobs select, the following 3 options have been selected: subscription/process/b...
- 16 May 2024, 09:51
- Forum: Laravel package
- Topic: Show different prices for customers of different membership
- Replies: 11
- Views: 141732
Re: Show different prices for customers of different membership
Ok, thanks for the reply. I have implemented the custom processor in a separate extension, in a class called Myproc/Standard. In the docs, as well as in the class that i try to extend (vendor/aimeos/ai-controller-jobs/src/Controller/Jobs/Subscription/Process/Begin/Standard.php, or vendor/aimeos/ai-c...
- 09 May 2024, 06:46
- Forum: Laravel package
- Topic: Show different prices for customers of different membership
- Replies: 11
- Views: 141732
Re: Show different prices for customers of different membership
Hi there I am working on an Aimeos 24 on TYPO3 v.12 installation for a shop. We need a specific application where the customer needs to be given access to different areas of the website based on the subscription they purchase, either Standard or Premium, and also be assigned to a different usergroup...