Search found 140 matches

by cnoelker
19 Aug 2019, 08:43
Forum: TYPO3 extension
Topic: MJML
Replies: 20
Views: 12855

Re: MJML

I have actions/scripts which I want to run directly before/after sending the payment mails. The TYPO3 scheduler is too coarse for this. Which settings are necessary? It would be great, if the aimeos job would notify the user if something is missing... Or to provide a debug option which e.g. outputs ...
by cnoelker
18 Aug 2019, 10:08
Forum: TYPO3 extension
Topic: MJML
Replies: 20
Views: 12855

Re: MJML

There is still one point open:

Why does it work if I start the scheduler task in TYPO3 backend, but no mails are send if I start it from the command line:
./typo3cms aimeos:jobs order/email/payment default
by cnoelker
18 Aug 2019, 09:00
Forum: TYPO3 extension
Topic: MJML
Replies: 20
Views: 12855

Re: MJML

I created a script which does the tedious task for me: #!/bin/bash # run mjml on the content within the mjml tags # split before the starting tag # after this, start0 contains the starting php csplit -n 1 -sf start -z html-body-standard.mjml /\<mjml\>/ {*} # split after the ending tag # end0 is the ...
by cnoelker
15 Aug 2019, 16:55
Forum: TYPO3 extension
Topic: MJML
Replies: 20
Views: 12855

Re: MJML

Oh! Then the article https://aimeos.org/tips/responsive-emai ... in-aimeos/ is really misleading, especially the last paragraph.
Do I get it right, that I don't need the MJML files at all, but should rather copy the PHP files and work on these and take care not to destroy the mjml syntax?
by cnoelker
15 Aug 2019, 07:14
Forum: TYPO3 extension
Topic: MJML
Replies: 20
Views: 12855

Re: MJML

I think the origin of the problem is the generation of the php files from mjml. According to the documentation, I ran: npm install -l mjml mjml html-body-standard.mjml -o html-body-standard.php The resulting php file look much different from the php files which are provided by aimeos. So, what's the...
by cnoelker
14 Aug 2019, 11:46
Forum: TYPO3 extension
Topic: MJML
Replies: 20
Views: 12855

MJML

Hello, I read this article: https://aimeos.org/tips/responsive-emails-with-mjml-in-aimeos/ and installed mjml. Afterwards, I copied the mjml-files from ai-client-html/client/html/templates/email to my extension directory. I changed the mjml files, then started mjml to create php files. Works. But wh...
by cnoelker
14 Aug 2019, 08:56
Forum: TYPO3 extension
Topic: Translation of mshoplib
Replies: 10
Views: 3600

Re: Translation of mshoplib

Thank you, this works. The difference to my code is only the ID....
by cnoelker
14 Aug 2019, 08:29
Forum: TYPO3 extension
Topic: Translation of mshoplib
Replies: 10
Views: 3600

Re: Translation of mshoplib

The translation is the standard provided by aimeos. However, I would like to change the standard translation. And although I tried different ways, I did not succeed.
by cnoelker
14 Aug 2019, 07:53
Forum: TYPO3 extension
Topic: Translation of mshoplib
Replies: 10
Views: 3600

Re: Translation of mshoplib

The translation does not work. I tried in the .po files and in TypoScript, but nothing works out.
by cnoelker
13 Aug 2019, 12:49
Forum: TYPO3 extension
Topic: Mini Basket auto reload
Replies: 16
Views: 6682

Re: Mini Basket auto reload

Check the response which you get in the developer tools. Most probably, there is some string content above the json which is not allowed there.