Zen Cart Logo
Forums / Bug Reports / [Done 1.4.0] errors in /email/email_template_order_status.html in 1.3.5

[Done 1.4.0] errors in /email/email_template_order_status.html in 1.3.5

Locked

Views: 1,642

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
17 Nov 2006, 4:28 AM
#1
billc108 avatar

billc108

Zen Follower

Join Date:
Apr 2005
Location:
ATX
Posts:
108
Plugin Contributions:
0

[Done 1.4.0] errors in /email/email_template_order_status.html in 1.3.5

Hi folks,

I just discovered some problems with the template which is used for sending out order status updates to customers who choose to receive HTML email (in version 1.3.5)

In line 7, add a dot at the beginning of the line so that

body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;}

becomes

.body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;}

change line 24 from

<body>

to

<body class="body">

I made a couple of other minor changes to the style definitions, but those should not have been what was causing not to send.

17 Nov 2006, 2:14 PM
#2
jeffd avatar

jeffd

Totally Zenned

Join Date:
Sep 2004
Posts:
605
Plugin Contributions:
1

Re: [Done 1.4.0] errors in /email/email_template_order_status.html in 1.3.5

Just an FYI...

Though minor, these errors appear to be in just about every template in the email directory so you probably want to look at and make these changes to them all...

Jeff