From 07ae2033cdc9f3aeabb8109041ae645ae0239644 Mon Sep 17 00:00:00 2001 From: "[OXID-PS] Keywan Ghadami" Date: Thu, 13 Dec 2018 14:10:28 +0100 Subject: [PATCH 1/2] needing a block in the email template for a module that supports email tracking see https://github.com/vanilla-thunder/oxid-module-matomo --- tpl/email/html/header.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tpl/email/html/header.tpl b/tpl/email/html/header.tpl index 594c9815..56bba614 100644 --- a/tpl/email/html/header.tpl +++ b/tpl/email/html/header.tpl @@ -810,6 +810,7 @@ + [{block name="email_html_header_tracking"}][{/block}] [{assign var="oConfig" value=$oViewConf->getConfig()}] @@ -851,4 +852,4 @@
-
\ No newline at end of file +
From f58adc62a4aa0e363c2fdd83bd46180259f26164 Mon Sep 17 00:00:00 2001 From: "[OXID-PS] Keywan Ghadami" Date: Wed, 19 Dec 2018 16:58:26 +0100 Subject: [PATCH 2/2] Update header.tpl --- tpl/email/html/header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/email/html/header.tpl b/tpl/email/html/header.tpl index 56bba614..336ab3e8 100644 --- a/tpl/email/html/header.tpl +++ b/tpl/email/html/header.tpl @@ -810,7 +810,7 @@ - [{block name="email_html_header_tracking"}][{/block}] + [{block name="email_html_header"}][{/block}] [{assign var="oConfig" value=$oViewConf->getConfig()}]