Jan Lysý
f3586dfe2e
Create WC content preprocessor
...
[MAILPOET-3638]
2021-06-14 09:46:19 +02:00
Jan Lysý
c1ffc12e1a
Use placeholder block for WooCommerce preprocessing
...
[MAILPOET-3638]
2021-06-14 09:46:19 +02:00
wxa
0dffed35e9
Extract ALC and ACC block classes out of block renderer [MAILPOET-2979]
2020-10-07 11:48:50 +02:00
wxa
52b84296b3
Add abandoned cart block rendering in email [MAILPOET-2979]
2020-10-07 11:48:50 +02:00
Pavel Dohnal
7b0c5e61fe
Use Newsletter entity in renderer
...
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
Pavel Dohnal
5f73f9ee3e
Use DI in block renderer
...
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
Pavel Dohnal
93e574da4e
Fix typo
...
[MAILPOET-2887]
2020-05-28 09:35:20 +02:00
Jan Jakeš
0dcdf6e9f1
Autofix line endings
...
[MAILPOET-2715]
2020-02-19 19:12:53 +00:00
Jan Jakeš
8c848cfa28
Convert property names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
Jan Jakeš
54549ff037
Convert variable names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
wxa
9fdd37dbd8
Fix WC heading padding in rendering [MAILPOET-2569]
2019-12-23 21:55:40 +03:00
wxa
d84c45e5f1
Fix colors in rendering [MAILPOET-2569]
2019-12-23 21:55:40 +03:00
Amine Ben hammou
e1a8883935
Preprocess transactional email newsletter
...
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
Amine Ben hammou
f34128d91b
Add WC blocks preprocessing
...
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
Amine Ben hammou
5f5a254548
Move preprocessing logic into Preprocessor class
...
[MAILPOET-2286]
Additional preprocessing logic is needed to handle WooCommerce
blocks, so instead of making the Renderer class even bigger,
I am creating a new Preprocessor class. I wanted to move the
`addMailpoetLogoContentBlock` logic as well but it will break
tests and require a lot of refactor to fix them so I am leaving
it here for now.
2019-11-28 14:07:38 +00:00