Search found 58 matches

by cyrotek
03 Jul 2019, 09:35
Forum: TYPO3 extension
Topic: Order ID getting lost
Replies: 17
Views: 4957

Re: Order ID getting lost

Where do i exactly create the decorator file though? I would assume i create it within my own extension that i use to do changes. class changePaymentService extends \Aimeos\MShop\Service\Provider\Decorator\Base implements \Aimeos\MShop\Service\Provider\Decorator\Iface { public function updatePayment...
by cyrotek
03 Jul 2019, 09:06
Forum: TYPO3 extension
Topic: Account creation - Password field not set
Replies: 10
Views: 3284

Re: Account creation - Password field not set

For testing purposes i changed it in the core file, to have it up to date and yea, that is used as the "createLDAPUser" Function is still being fired.
by cyrotek
03 Jul 2019, 09:03
Forum: TYPO3 extension
Topic: Order ID getting lost
Replies: 17
Views: 4957

Re: Order ID getting lost

Yea, everything is like it is supposed, the only thing that is different is the payment status compared to me doing it manualy.

Would be easier to keep it like it is, but seems i have to do it..
by cyrotek
02 Jul 2019, 12:01
Forum: TYPO3 extension
Topic: Account creation - Password field not set
Replies: 10
Views: 3284

Re: Account creation - Password field not set

The "fix" was installed, password field still empty though.
by cyrotek
02 Jul 2019, 11:50
Forum: TYPO3 extension
Topic: Order ID getting lost
Replies: 17
Views: 4957

Order ID getting lost

Hello, we have 100% rebates, and therefor I have created a hidden (display:none) "pay per voucher" payment, which basically is just an invoice payment, though, I use JavaScript to disable all other payment methods, display the "pay per voucher" and select it. Now, whenever a cust...
by cyrotek
02 Jul 2019, 11:04
Forum: TYPO3 extension
Topic: Account creation - Password field not set
Replies: 10
Views: 3284

Re: Account creation - Password field not set

Alright, I did try to implement my own Version of that File, but how / where do I tell my installation to actually use that instead of the original? For templates it worked out of the box, without any additions needed.
by cyrotek
02 Jul 2019, 09:39
Forum: TYPO3 extension
Topic: Account creation - Password field not set
Replies: 10
Views: 3284

Re: Account creation - Password field not set

Is it possible to tell me which file/s were affected? I've made quite a few modifications and use my own "extension" to implemt the changes in html templates.
by cyrotek
27 Jun 2019, 16:47
Forum: TYPO3 extension
Topic: Account creation - Password field not set
Replies: 10
Views: 3284

Account creation - Password field not set

Hello everybody, starting to get the hang of aimeos. Pretty much everything works as far as I can tell, just every user that is created has an empty password field and I can't figure out why. Typo3 9.5.7 Aimeos 19.4.3 aimeos_pay 19.4.1 Hoping for a fast and simple Solution. Regards Note: The email i...