I wonder how I can change the customer emails. Such as the registered account emails etc.
Now the email shows up with Magento logo and at the bottom it just says "Main Store", where I instead would like to have the name of the store.
Thank you in advance!
3 answers
Hi Jungfrun!
You could customize customer emails by changing the code in .html files under app\locale\en_UStemplate\email.
Many thanks Thang! You’re a star!
Hello again!
Have just opened the html files and can see that I need to change text in the configuration somewhere, see this text from account_new_confirmation.html:
<td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
Thank you!
This question is now closed