Unwanted Text in Autoreply Emails

When someone uses the Contact Us page on my CS Cart v4 website to contact me … they get an autoreply email containing unwanted (html code) text. Is this a bug and if so how do I remove it . Thanks.



bart :mrgreen:



The full email they get is …





.form-title {

background-color: #ffffff;

color: #141414;

font-weight: bold;

}



.form-field-caption {

font-style:italic;

}



.table-row {

background-color: #f1f3f7;

}



.table-head {

background-color: #bbbbbb;

}















Email:



johntester@hotmail.com







Full name:



John Tester







Body:



blah blah …













E-shop of xxxxxxx.

Would look like a bug in that it would appear there are no “” tags surrounding the style information.

[quote name=‘tbirnseth’ timestamp=‘1378863432’ post=‘168061’]

Would look like a bug in that it would appear there are no “” tags surrounding the style information.

[/quote]



Thanks tbirnseth,



Do you know where I can find the file so I can make the necessary changes. Thanks.



bart :mrgreen:

Not quite sure in V4, but probaby either in

design/themes//mail/templates

or

design/backend/mail/templates

Found the template … but looks like tags are present. Does anyone know what correct syntaxcode should be.

Thanks,

Bart :mrgreen:








{literal}
.form-title {
background-color: #ffffff;
color: #141414;
font-weight: bold;
}

.form-field-caption {
font-style:italic;
}

.table-row {
background-color: #f1f3f7;
}

.table-head {
background-color: #bbbbbb;
}
{/literal}


Looks correct, but without seeing an image of the actual email, hard to help.

Is it only the one template?



Suggest you take the email and do a “view source” on it and then attach it as a 'txt' file. We can then look at the content of the actual email versus pieces without paths/filenames.



tony