Search found 8 matches

by danielsiepmann
22 Jan 2024, 10:15
Forum: TYPO3 extension
Topic: Frontend Customer checkLimit not working as expected in TYPO3
Replies: 8
Views: 102199

Re: Frontend Customer checkLimit not working as expected in TYPO3

Thanks for confirming the issue and approach :) Can you tell me the column name? We currently apply the patch in our project. So using the same column name would make updates way easier as we only would need to remove our patch.
by danielsiepmann
22 Jan 2024, 07:16
Forum: TYPO3 extension
Topic: Frontend Customer checkLimit not working as expected in TYPO3
Replies: 8
Views: 102199

Re: Frontend Customer checkLimit not working as expected in TYPO3

Thanks for your answer. I could verify that the context contains the IP address. The issue then still seems to be https://github.com/aimeos/ai-typo3/blob/2022.10.7/src/MShop/Customer/Manager/Typo3.php#L238 in combination with https://github.com/aimeos/ai-controller-frontend/blob/2022.10.7/src/Contro...
by danielsiepmann
18 Jan 2024, 13:47
Forum: TYPO3 extension
Topic: Frontend Customer checkLimit not working as expected in TYPO3
Replies: 8
Views: 102199

Re: Frontend Customer checkLimit not working as expected in TYPO3

Registration for anonymization can be done this way in ext_localconf.php: \TYPO3\CMS\Core\Utility\ArrayUtility::mergeRecursiveWithOverrule($GLOBALS['TYPO3_CONF_VARS'], [ 'SC_OPTIONS' => [ 'scheduler' => [ 'tasks' => [ \TYPO3\CMS\Scheduler\Task\IpAnonymizationTask::class => [ 'options' => [ 'tables' ...
by danielsiepmann
18 Jan 2024, 13:05
Forum: TYPO3 extension
Topic: Frontend Customer checkLimit not working as expected in TYPO3
Replies: 8
Views: 102199

Re: Frontend Customer checkLimit not working as expected in TYPO3

Another remark: The order passed through but only contained digital products. That leaves the customer in a situation where he pays and receives emails without a way to log in and download the products.

We workaround that by manually creating the user record and linking it to the user.
by danielsiepmann
18 Jan 2024, 13:03
Forum: TYPO3 extension
Topic: Frontend Customer checkLimit not working as expected in TYPO3
Replies: 8
Views: 102199

Frontend Customer checkLimit not working as expected in TYPO3

Our customer called us, because one of the shop customers didn't got his account created. We found the following entry within the aimeos log: Unable to create an account: Temporary limit reached. We tracked it down to the aimeos/ai-controller-frontend/src/Controller/Frontend/Customer/Standard.php fi...
by danielsiepmann
12 Jun 2023, 09:04
Forum: Help
Topic: How to update from one version to another (2018.10 -> 2022.10)?
Replies: 2
Views: 3741

Re: How to update from one version to another (2018.10 -> 2022.10)?

Thanks for your fast response. Unfortunately, there are no automatic rules for upgrading I have not enough experience to start writing rector rules for migrating Aimeos code right now. Maybe I'll do more Aimeos upgrades in the future (I don't know that yet). I'll then will give it a try and share my...
by danielsiepmann
12 Jun 2023, 06:58
Forum: Help
Topic: How to update from one version to another (2018.10 -> 2022.10)?
Replies: 2
Views: 3741

How to update from one version to another (2018.10 -> 2022.10)?

Hi everyone, I'm completely new to Aimeos, and we got a TYPO3 installation with 2018.10 which we upgrade to 2022.10 right now. I'm used to rector and changelogs of TYPO3 for upgrades, and I am wondering if I missed something regarding Aimeos. I found the following sources: - Changelogs like https://...