Search found 58 matches

by cyrotek
21 Nov 2019, 08:13
Forum: TYPO3 extension
Topic: Subscription > payment provider
Replies: 14
Views: 4988

Re: Subscription > payment provider

Okay, I think I've sorted myself. Two questions for now.


1. Is there a way to not send a mail for the new invoice? like an option or anything? As I'd rather not send it or would i need to make my own class for the email job?
2. It is correct that it will also fire the delivery service, right?
by cyrotek
20 Nov 2019, 12:51
Forum: TYPO3 extension
Topic: Subscription > payment provider
Replies: 14
Views: 4988

Re: Subscription > payment provider

Ah, Okay. So the Subscription Processor fires repay along the way.

Will the new "invoice" be send per mail or just process the payment in the background?
by cyrotek
20 Nov 2019, 07:36
Forum: TYPO3 extension
Topic: Subscription > payment provider
Replies: 14
Views: 4988

Re: Subscription > payment provider

Okay, maybe I have the wrong approach. I am not using tokens, Mollie handles that completly. I make the first payment in the checkout and thought to use the subscription processor to start, stop and re-enable the subscription / recurring payment on mollie. What would be your suggested approach? Also...
by cyrotek
19 Nov 2019, 23:41
Forum: TYPO3 extension
Topic: Subscription > payment provider
Replies: 14
Views: 4988

Re: Subscription > payment provider

$this->getConfigValue() was the first thing I tried but didn’t work. Call to undefined function.

Maybe I need to load the service properly before as I’m in the subscription processor?
by cyrotek
19 Nov 2019, 14:29
Forum: TYPO3 extension
Topic: Subscription > payment provider
Replies: 14
Views: 4988

Re: Subscription > payment provider

Alright, it seems the manual at https://aimeos.org/docs/Developers/Controller/Implement_subscription_processors is outdated. Once i changed the class name to Standard and adapted \Aimeos\MShop\Factory::createManager to \Aimeos\MShop::createManager it works. I need to access the payment config, to be...
by cyrotek
19 Nov 2019, 11:34
Forum: TYPO3 extension
Topic: Subscription > payment provider
Replies: 14
Views: 4988

Re: Subscription > payment provider

Thanks, I already started to build my own payment driver. That seems to be the cleanest solution, as it'll just be used for subscriptions. However, can you please tell me the difference between updatePush and updateSync? The webhook URL calls update?action=update. Which one of it is it? EDIT: Alrigh...
by cyrotek
19 Nov 2019, 11:30
Forum: TYPO3 extension
Topic: User logged in > Still asks for account to be created on checkout
Replies: 4
Views: 2048

Re: User logged in > Still asks for account to be created on checkout

Alright, I will update.

How can my changes influence that, when it's working if I am not logged in? Its just popping up once I am logged in...
by cyrotek
18 Nov 2019, 14:55
Forum: TYPO3 extension
Topic: User logged in > Still asks for account to be created on checkout
Replies: 4
Views: 2048

Re: User logged in > Still asks for account to be created on checkout

I am using 19.4.3 as of this speaking.

Find attached 2 screens and I would expect the visible fields dont change once I am logged in.
by cyrotek
18 Nov 2019, 14:47
Forum: TYPO3 extension
Topic: Subscription > payment provider
Replies: 14
Views: 4988

Subscription > payment provider

Hello, I currently plan to add a new service provider to handle subscription. Therefor i initially thought to "copy" the mollie omnipay gateway and adapt as needed, though, it may be easier to create a new payment provider from scratch that uses already v2 of the api, instead of dissecting...
by cyrotek
15 Nov 2019, 11:14
Forum: TYPO3 extension
Topic: User logged in > Still asks for account to be created on checkout
Replies: 4
Views: 2048

User logged in > Still asks for account to be created on checkout

Hello,

I've just noticed that even when im logged in, he still asks to create an account for me. The $this->standardBasket->getCustomerId() is empty. Why is that?

Also, once I've logged in, he displays all fields from the address. How to fix that?

Regards