magento2 email header.html is not being included in transaction emailtheme email-inline.css not being usedNot...

Don't know what I’m looking for regarding removable HDDs?

Where is the fallacy here?

Is there a frame of reference in which I was born before I was conceived?

What are the issues with an additional (limited) concentration slot instead of Bladesong?

Are paired adjectives bad style?

Why are special aircraft used for the carriers in the United States Navy?

What is the difference between a forward slip and a side slip?

lead or lag function to get several values, not just the nth

Get length of the longest sequence of numbers with the same sign

Non-Italian European mafias in USA?

For a 1-action spell, do I need to take a turn to ready the spell before I can cast it, or can I cast it immediately?

Test pad's ESD protection

What could trigger powerful quakes on icy world?

Inverse of the covariance matrix of a multivariate normal distribution

Why do phishing e-mails use faked e-mail addresses instead of the real one?

Wrap all numerics in JSON with quotes

How can I handle a player who pre-plans arguments about my rulings on RAW?

Is it possible to make a clamp function shorter than a ternary in JS?

What happened to QGIS 2.x LTR?

Are there any other Chaos-worshipping races?

Where is the line between being obedient and getting bullied by a boss?

Pure Functions: Does "No Side Effects" Imply "Always Same Output, Given Same Input"?

If nine coins are tossed, what is the probability that the number of heads is even?

Why is it "take a leak?"



magento2 email header.html is not being included in transaction email


theme email-inline.css not being usedNot sending Transaction mailMagento2: How can I fetch the email transaction grid collection in my custom extension?Magento 1.9.3.1 email template for set password by admin not existing in transaction mails?How to send transaction email with transaction email id magento2included translation inside block in email templateShare wishlist email not being sentAfter update (version 2.2) problem when compilingTransaction emails not using cssMagento2 transaction is being failed due to SID













4















I have created a transactional email in Admin, Marketing -> Email Templates.



Loaded in an email template from the Default Templates, but it's a custom module.



The template code loaded into the text area is:



{{template config_path="design/email/header_template"}}
<!-- [ middle starts here] -->
<table cellspacing="0" cellpadding="0" border="0" width="650">
<tr>
<td valign="top">
content and vars -- all working fine
</td>
</tr>
</table>
{{template config_path="design/email/footer_template"}}


The actual template file is:








    {{template config_path="design/email/header_template"}}
<!-- [ middle starts here] -->
<table cellspacing="0" cellpadding="0" border="0" width="650">
<tr>
<td valign="top">
<p><strong>Dear {{trans '%account_name' account_name=$customerName}}</strong>,<br/>
We have updated the point balance for you so that you can have relevant information of points earned or spent. To view more details, please click <a href="{{store url="rewardpoints"}}" style="color:#1E7EC8;">here</a>.</p>
<p style="border:1px solid #BEBCB7; padding:13px 18px; background:#F8F7F5; ">
<strong>The transaction detail</strong><br/>
<strong>Transaction title:</strong> {{var title}}<br/>
<strong>Transaction amount:</strong> {{var point_amount}}<br/>
<strong>Transaction status:</strong> {{var status}}<br/>
<strong>Current balance:</strong> {{var point_balance}}
<p>
<p>If you have any other questions, please feel free to contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or call us at {{config path='general/store_information/phone'}} Monday - Friday, 8am - 5pm PST.</p>
<p>Thanks again,<br/>
<strong>{{trans '%STORE' STORE=$store.getFrontendName()}}</strong>
</p>
</td>
</tr>

</table>
{{template config_path="design/email/footer_template"}}


And when I preview the template, the headers and footers show, however when the email is sent out, it's not showing the header or footer just the content.










share|improve this question
















bumped to the homepage by Community 15 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Actually, turns out I didn't flush magento cache ;/

    – Ajq
    Jul 22 '16 at 7:28











  • i flushed cache, but i continue to have this issue

    – LucScu
    Sep 13 '16 at 14:10
















4















I have created a transactional email in Admin, Marketing -> Email Templates.



Loaded in an email template from the Default Templates, but it's a custom module.



The template code loaded into the text area is:



{{template config_path="design/email/header_template"}}
<!-- [ middle starts here] -->
<table cellspacing="0" cellpadding="0" border="0" width="650">
<tr>
<td valign="top">
content and vars -- all working fine
</td>
</tr>
</table>
{{template config_path="design/email/footer_template"}}


The actual template file is:








    {{template config_path="design/email/header_template"}}
<!-- [ middle starts here] -->
<table cellspacing="0" cellpadding="0" border="0" width="650">
<tr>
<td valign="top">
<p><strong>Dear {{trans '%account_name' account_name=$customerName}}</strong>,<br/>
We have updated the point balance for you so that you can have relevant information of points earned or spent. To view more details, please click <a href="{{store url="rewardpoints"}}" style="color:#1E7EC8;">here</a>.</p>
<p style="border:1px solid #BEBCB7; padding:13px 18px; background:#F8F7F5; ">
<strong>The transaction detail</strong><br/>
<strong>Transaction title:</strong> {{var title}}<br/>
<strong>Transaction amount:</strong> {{var point_amount}}<br/>
<strong>Transaction status:</strong> {{var status}}<br/>
<strong>Current balance:</strong> {{var point_balance}}
<p>
<p>If you have any other questions, please feel free to contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or call us at {{config path='general/store_information/phone'}} Monday - Friday, 8am - 5pm PST.</p>
<p>Thanks again,<br/>
<strong>{{trans '%STORE' STORE=$store.getFrontendName()}}</strong>
</p>
</td>
</tr>

</table>
{{template config_path="design/email/footer_template"}}


And when I preview the template, the headers and footers show, however when the email is sent out, it's not showing the header or footer just the content.










share|improve this question
















bumped to the homepage by Community 15 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Actually, turns out I didn't flush magento cache ;/

    – Ajq
    Jul 22 '16 at 7:28











  • i flushed cache, but i continue to have this issue

    – LucScu
    Sep 13 '16 at 14:10














4












4








4


1






I have created a transactional email in Admin, Marketing -> Email Templates.



Loaded in an email template from the Default Templates, but it's a custom module.



The template code loaded into the text area is:



{{template config_path="design/email/header_template"}}
<!-- [ middle starts here] -->
<table cellspacing="0" cellpadding="0" border="0" width="650">
<tr>
<td valign="top">
content and vars -- all working fine
</td>
</tr>
</table>
{{template config_path="design/email/footer_template"}}


The actual template file is:








    {{template config_path="design/email/header_template"}}
<!-- [ middle starts here] -->
<table cellspacing="0" cellpadding="0" border="0" width="650">
<tr>
<td valign="top">
<p><strong>Dear {{trans '%account_name' account_name=$customerName}}</strong>,<br/>
We have updated the point balance for you so that you can have relevant information of points earned or spent. To view more details, please click <a href="{{store url="rewardpoints"}}" style="color:#1E7EC8;">here</a>.</p>
<p style="border:1px solid #BEBCB7; padding:13px 18px; background:#F8F7F5; ">
<strong>The transaction detail</strong><br/>
<strong>Transaction title:</strong> {{var title}}<br/>
<strong>Transaction amount:</strong> {{var point_amount}}<br/>
<strong>Transaction status:</strong> {{var status}}<br/>
<strong>Current balance:</strong> {{var point_balance}}
<p>
<p>If you have any other questions, please feel free to contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or call us at {{config path='general/store_information/phone'}} Monday - Friday, 8am - 5pm PST.</p>
<p>Thanks again,<br/>
<strong>{{trans '%STORE' STORE=$store.getFrontendName()}}</strong>
</p>
</td>
</tr>

</table>
{{template config_path="design/email/footer_template"}}


And when I preview the template, the headers and footers show, however when the email is sent out, it's not showing the header or footer just the content.










share|improve this question
















I have created a transactional email in Admin, Marketing -> Email Templates.



Loaded in an email template from the Default Templates, but it's a custom module.



The template code loaded into the text area is:



{{template config_path="design/email/header_template"}}
<!-- [ middle starts here] -->
<table cellspacing="0" cellpadding="0" border="0" width="650">
<tr>
<td valign="top">
content and vars -- all working fine
</td>
</tr>
</table>
{{template config_path="design/email/footer_template"}}


The actual template file is:








    {{template config_path="design/email/header_template"}}
<!-- [ middle starts here] -->
<table cellspacing="0" cellpadding="0" border="0" width="650">
<tr>
<td valign="top">
<p><strong>Dear {{trans '%account_name' account_name=$customerName}}</strong>,<br/>
We have updated the point balance for you so that you can have relevant information of points earned or spent. To view more details, please click <a href="{{store url="rewardpoints"}}" style="color:#1E7EC8;">here</a>.</p>
<p style="border:1px solid #BEBCB7; padding:13px 18px; background:#F8F7F5; ">
<strong>The transaction detail</strong><br/>
<strong>Transaction title:</strong> {{var title}}<br/>
<strong>Transaction amount:</strong> {{var point_amount}}<br/>
<strong>Transaction status:</strong> {{var status}}<br/>
<strong>Current balance:</strong> {{var point_balance}}
<p>
<p>If you have any other questions, please feel free to contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or call us at {{config path='general/store_information/phone'}} Monday - Friday, 8am - 5pm PST.</p>
<p>Thanks again,<br/>
<strong>{{trans '%STORE' STORE=$store.getFrontendName()}}</strong>
</p>
</td>
</tr>

</table>
{{template config_path="design/email/footer_template"}}


And when I preview the template, the headers and footers show, however when the email is sent out, it's not showing the header or footer just the content.







magento2 email-templates






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 14 '17 at 13:37









Mohit Kumar Arora

6,61141632




6,61141632










asked Jul 22 '16 at 6:39









AjqAjq

211




211





bumped to the homepage by Community 15 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 15 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Actually, turns out I didn't flush magento cache ;/

    – Ajq
    Jul 22 '16 at 7:28











  • i flushed cache, but i continue to have this issue

    – LucScu
    Sep 13 '16 at 14:10



















  • Actually, turns out I didn't flush magento cache ;/

    – Ajq
    Jul 22 '16 at 7:28











  • i flushed cache, but i continue to have this issue

    – LucScu
    Sep 13 '16 at 14:10

















Actually, turns out I didn't flush magento cache ;/

– Ajq
Jul 22 '16 at 7:28





Actually, turns out I didn't flush magento cache ;/

– Ajq
Jul 22 '16 at 7:28













i flushed cache, but i continue to have this issue

– LucScu
Sep 13 '16 at 14:10





i flushed cache, but i continue to have this issue

– LucScu
Sep 13 '16 at 14:10










1 Answer
1






active

oldest

votes


















0














I was confused by this as well, as I had the same issue.



However - upon investigation, I found it was actually the email client I was using. Thunderbird.
I cleared the cache within that, and emails loaded as expected.






share|improve this answer
























  • I have the same issue, and it works with no client I tried. Other shop emails render header and footer just fine.

    – user3154108
    Mar 6 '17 at 9:34











  • Any luck with this issue? I am getting the same.

    – Pallavi
    Sep 27 '17 at 10:28











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f126920%2fmagento2-email-header-html-is-not-being-included-in-transaction-email%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














I was confused by this as well, as I had the same issue.



However - upon investigation, I found it was actually the email client I was using. Thunderbird.
I cleared the cache within that, and emails loaded as expected.






share|improve this answer
























  • I have the same issue, and it works with no client I tried. Other shop emails render header and footer just fine.

    – user3154108
    Mar 6 '17 at 9:34











  • Any luck with this issue? I am getting the same.

    – Pallavi
    Sep 27 '17 at 10:28
















0














I was confused by this as well, as I had the same issue.



However - upon investigation, I found it was actually the email client I was using. Thunderbird.
I cleared the cache within that, and emails loaded as expected.






share|improve this answer
























  • I have the same issue, and it works with no client I tried. Other shop emails render header and footer just fine.

    – user3154108
    Mar 6 '17 at 9:34











  • Any luck with this issue? I am getting the same.

    – Pallavi
    Sep 27 '17 at 10:28














0












0








0







I was confused by this as well, as I had the same issue.



However - upon investigation, I found it was actually the email client I was using. Thunderbird.
I cleared the cache within that, and emails loaded as expected.






share|improve this answer













I was confused by this as well, as I had the same issue.



However - upon investigation, I found it was actually the email client I was using. Thunderbird.
I cleared the cache within that, and emails loaded as expected.







share|improve this answer












share|improve this answer



share|improve this answer










answered Feb 19 '17 at 12:41









Craig DeardenCraig Dearden

1113




1113













  • I have the same issue, and it works with no client I tried. Other shop emails render header and footer just fine.

    – user3154108
    Mar 6 '17 at 9:34











  • Any luck with this issue? I am getting the same.

    – Pallavi
    Sep 27 '17 at 10:28



















  • I have the same issue, and it works with no client I tried. Other shop emails render header and footer just fine.

    – user3154108
    Mar 6 '17 at 9:34











  • Any luck with this issue? I am getting the same.

    – Pallavi
    Sep 27 '17 at 10:28

















I have the same issue, and it works with no client I tried. Other shop emails render header and footer just fine.

– user3154108
Mar 6 '17 at 9:34





I have the same issue, and it works with no client I tried. Other shop emails render header and footer just fine.

– user3154108
Mar 6 '17 at 9:34













Any luck with this issue? I am getting the same.

– Pallavi
Sep 27 '17 at 10:28





Any luck with this issue? I am getting the same.

– Pallavi
Sep 27 '17 at 10:28


















draft saved

draft discarded




















































Thanks for contributing an answer to Magento Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f126920%2fmagento2-email-header-html-is-not-being-included-in-transaction-email%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

“%fieldName is a required field.”, in Magento2 REST API Call for GET Method Type The Next...

How to change City field to a dropdown in Checkout step Magento 2Magento 2 : How to change UI field(s)...

夢乃愛華...