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
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
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.
add a comment |
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
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
add a comment |
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
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
magento2 email-templates
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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.
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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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