Search found 58 matches

by cyrotek
17 Sep 2020, 05:56
Forum: TYPO3 extension
Topic: Weird Email Behavior
Replies: 2
Views: 1088

Re: Weird Email Behavior

Thank you for your quick reply. That hint was good, I forgot that there is a seperate log for aimeos. Turns out the cronjob was running with the wrong PHP Version, which did not have intl installed, which in turn seems to have caused the issue.
by cyrotek
16 Sep 2020, 17:12
Forum: TYPO3 extension
Topic: Weird Email Behavior
Replies: 2
Views: 1088

Weird Email Behavior

Hello, I am using the Aimeos 20.7.2 and T3 10.4.3 and I have quite the odd behavior right now. It send the Customer Account Email 5 times. but the order confirmation not at all. If I trigger the cronjob manually in Typo3 it sends the order confirmation, but sends it 3 times, if I trigger the Cronjob...
by cyrotek
10 Sep 2020, 16:56
Forum: TYPO3 extension
Topic: Add Newsletter Checkbox to Checkout
Replies: 5
Views: 2438

Re: Add Newsletter Checkbox to Checkout

Thanks, that was the first thing I tried though. Its empty. I have that line of code in process-body-standard to pass along, that used to work back in the 19.4 and Typo3 9.5. I checked in the Step and the value is accordingly set and passed to that step. After I pay using Mollie and return to the co...
by cyrotek
09 Sep 2020, 07:59
Forum: TYPO3 extension
Topic: Add Newsletter Checkbox to Checkout
Replies: 5
Views: 2438

Re: Add Newsletter Checkbox to Checkout

Hey, I am in the process of upgrading to the latest Aimeos and T3 Version.

Before I could recieve the value with $view->param('ai')['cs_option_newsletter_value'] in my decorator, however, thats empty now.

Any advice?
by cyrotek
27 Aug 2020, 10:55
Forum: TYPO3 extension
Topic: Update - aimeos_pay?
Replies: 1
Views: 938

Update - aimeos_pay?

Hello, I'd like to install a fresh T3 Site with the newest Components, but I just noticed that aimeos_pay isnt uptodate.

What should I do? I depend on it to connect to mollie.
by cyrotek
04 Mar 2020, 10:51
Forum: TYPO3 extension
Topic: Trigger for User creation
Replies: 3
Views: 1577

Re: Trigger for User creation

Thanks for the feedback on that.
Do you have a hint on how I would remove the subpart by configuration and add it to the confirm page? I am a bit clueless.
by cyrotek
20 Feb 2020, 09:17
Forum: TYPO3 extension
Topic: Trigger for User creation
Replies: 3
Views: 1577

Trigger for User creation

Hello,

right now the user is being created once the user hits buy now, wether its paid or not. Is it possible to have the user created once the payment is done or the status is not open at least?

A hint in the right - file - direction, would be appreciated.

Regards
by cyrotek
16 Jan 2020, 08:45
Forum: TYPO3 extension
Topic: Time Limit?
Replies: 1
Views: 1092

Time Limit?

Hello,
we had the following error today "Unable to create an account: Temporary limit reached" is there some sort of limit and how to raise it?

Regards
by cyrotek
29 Nov 2019, 10:06
Forum: TYPO3 extension
Topic: Wrong Behavior Required & BasketValues Decorator
Replies: 1
Views: 1039

Wrong Behavior Required & BasketValues Decorator

Hey, i just stumbled upon a bug so it seems. When I add the required or basketvalue decorator occaciosnaly it does not work. More often, when i apply a coupon, hit the checkout, it works (mostly), though, when i go back, delete the coupon, add the exact same coupon again and proceed to checkout, it ...
by cyrotek
22 Nov 2019, 11:35
Forum: TYPO3 extension
Topic: Subscription > payment provider
Replies: 14
Views: 4929

Re: Subscription > payment provider

Hey, okay, that seems to work. Though. I need to have $this->getConfigValue('payment.url-update') for the webhook of mollie, but its empty within repay(). How to get it? EDIT: Also once i run the renew job it somehow screws my order up. I thought the renew would create a new invoice for the initial ...