I need a line break between the first & last name in the order confirmation e-mail. How do I code it?
Thank you!
I need a line break between the first & last name in the order confirmation e-mail. How do I code it?
Thank you!
Look here please....
root directory/ email/ email_template_checkout.html
Find this:
Change to this:<div class="content-line">
$EMAIL_TEXT_HEADER <br /><br />
$EMAIL_FIRST_NAME $EMAIL_LAST_NAME,<br />
$EMAIL_THANKS_FOR_SHOPPING<br />
$EMAIL_DETAILS_FOLLOW<br /><br />
Take good notes because you are editing a core file with no override... Do a test order to confirm that this is correct..<div class="content-line">
$EMAIL_TEXT_HEADER <br /><br />
$EMAIL_FIRST_NAME <br />$EMAIL_LAST_NAME,<br />
$EMAIL_THANKS_FOR_SHOPPING<br />
$EMAIL_DETAILS_FOLLOW<br /><br />
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Thank you very much. Thanks a million!
Your most welcome, and ty for posting the solution was the fix..
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
I've tried it, but it doesn't seem to work (unfortunately)..
Hopefully a little more advanced coder will read this thread ...
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
It's mostly a question of time I think, to sit down and learn all the stuff needed to get things working the way you want..
Perhaps we were asking to much..
Perhaps you might want to revisit the fix. It should have worked.
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Thank you Sir! Something must be overriding the e-mail template. And thanks to haredo for the fix!
Bookmarks