Search found 61 matches
- 08 Feb 2021, 09:49
- Forum: TYPO3 extension
- Topic: Bug with multi mandate and customer account emails from scheduler?
- Replies: 16
- Views: 4452
Re: Bug with multi mandate and customer account emails from scheduler?
I did that and tested it, but still it didn't work.
It seems that it takes the first scheduler record and sends it via this one, no matter what mandate is chosen in the scheduler configuration...
It seems that it takes the first scheduler record and sends it via this one, no matter what mandate is chosen in the scheduler configuration...
- 05 Feb 2021, 15:29
- Forum: TYPO3 extension
- Topic: Bug with multi mandate and customer account emails from scheduler?
- Replies: 16
- Views: 4452
Re: Bug with multi mandate and customer account emails from scheduler?
not really... should it be?
- 03 Feb 2021, 13:09
- Forum: TYPO3 extension
- Topic: Bug with multi mandate and customer account emails from scheduler?
- Replies: 16
- Views: 4452
Re: Bug with multi mandate and customer account emails from scheduler?
That pid returns the detail page ID, but not the login page. It correctly returns the given detail page.
- 01 Feb 2021, 10:30
- Forum: TYPO3 extension
- Topic: Bug with multi mandate and customer account emails from scheduler?
- Replies: 16
- Views: 4452
Re: Bug with multi mandate and customer account emails from scheduler?
Yes, I do. But to be sure that I understand you correctly, I attach the two different screenshots from the scheduler.
- 27 Jan 2021, 13:11
- Forum: TYPO3 extension
- Topic: Bug with multi mandate and customer account emails from scheduler?
- Replies: 16
- Views: 4452
Bug with multi mandate and customer account emails from scheduler?
Hi, I think I found a bug when having multiple mandates and a cron job for each of them for customer account emails. Now, if anybody makes an order in shop 1 (kleinundfein) he gets an email from shop two (einwirken), even if there are two cronjobs, and only one site assigned in the cron job (s. atta...
- 14 Jan 2021, 07:54
- Forum: TYPO3 extension
- Topic: Company field not showing in frontend
- Replies: 4
- Views: 1526
Re: Company field not showing in frontend
Placeholder for phone: I managed it on my own by searching for the placeholder string in files. There I found the string "+1 123 456 7890" which can be converted via TypoScript easily.
Because the UST-Id is optional, we keep. It's not necessary to hide it.
Because the UST-Id is optional, we keep. It's not necessary to hide it.
- 13 Jan 2021, 12:41
- Forum: TYPO3 extension
- Topic: Company field not showing in frontend
- Replies: 4
- Views: 1526
Re: Company field not showing in frontend
Ok, thanks, that helps.
But what about the field USt-Id: How can I turn this off? We don't need that.
And, how can I change the placeholder text of the phone field?
But what about the field USt-Id: How can I turn this off? We don't need that.
And, how can I change the placeholder text of the phone field?
- 13 Jan 2021, 08:52
- Forum: TYPO3 extension
- Topic: Company field not showing in frontend
- Replies: 4
- Views: 1526
Company field not showing in frontend
Hi, I tried to add two additional fields to the address form in checkout. Telephone is ok, but company is not displayed. Here's my TypoScript code: plugin.tx_aimeos.settings.client.html.checkout.standard.address { billing.mandatory { 0 = order.base.address.salutation 1 = order.base.address.firstname...
- 14 Dec 2020, 17:56
- Forum: TYPO3 extension
- Topic: Image in payment email is not correct
- Replies: 10
- Views: 3494
Re: Image in payment email is not correct
Is there a way to put on a special error logging tool?
- 11 Dec 2020, 15:07
- Forum: TYPO3 extension
- Topic: Image in payment email is not correct
- Replies: 10
- Views: 3494
Re: Image in payment email is not correct
I think we've found the problem and fixed it with this commit: https://github.com/aimeos/ai-typo3/commit/63fc28aa1939e1c6a0836887c8b469f1924a2355 Thanks - image is working now! Your configuration is correct. Can you check if the BCC addresses are added here: https://github.com/aimeos/ai-client-html...