1

I would like to customise template of new order email. I found below codes in template

<p>
 {{trans "Thank you for your order from %store_name." store_name=$store.getFrontendName()}}
 {{trans "We are committed to provide enhance your online shopping experience. Once your package ships we will send you a tracking number."}} 
 {{trans 'You can check the status of your order by <a href="%account_url">logging into your account</a>.' account_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}}
</p>

I would like make bold %store_name. How can I do that ?

I would like to customize footer {{template config_path="design/email/footer_template"}} also. Where is the location of the footer ?

Piyush
5,9249 gold badges35 silver badges67 bronze badges
asked Nov 13, 2017 at 5:35
2
  • What is your Magento version? Commented Nov 13, 2017 at 5:43
  • Thanks @Piyush for your reply. I am using Magento2 . Thanks Commented Nov 13, 2017 at 5:50

1 Answer 1

1

Email templates footer file is located at below path

your_Magento2_root/vendor/magento/module-email/view/frontend/email/footer.html

Note: changes in this file will reflect in all email templates.

answered Nov 13, 2017 at 5:53

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.