5

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.

Mohit Kumar Arora
10.2k7 gold badges29 silver badges57 bronze badges
asked Jul 22, 2016 at 6:39
2
  • Actually, turns out I didn't flush magento cache ;/ Commented Jul 22, 2016 at 7:28
  • i flushed cache, but i continue to have this issue Commented Sep 13, 2016 at 14:10

1 Answer 1

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.

answered Feb 19, 2017 at 12:41
2
  • I have the same issue, and it works with no client I tried. Other shop emails render header and footer just fine. Commented Mar 6, 2017 at 9:34
  • Any luck with this issue? I am getting the same. Commented Sep 27, 2017 at 10:28

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.