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