Jump to content

Trying to customize email layout


Recommended Posts

I'm trying customizing email layout the problem it's that the html editor of prestashop change what i copy in it.

I took a template I'm actually using for the newsletter that has some css customizations like these:

<STYLE type="text/css">
body {background-color:#eee;color:#333;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:19px;}
img, td, table, a {
border: 0;
margin: 0;
padding: 0;
}
a { color:#333;<span id="XinhaEditingPostion">text-decoration:none; }
</STYLE>
 
But every time prestashop remove these style... There's no way to use exaclty what I write avoiding PS to modify it?
Link to comment
Share on other sites

  • 4 weeks later...

Do not edit the email in the translations area of the BO instead either edit the email directly in the email folder or use a separate html editor and upload to the email folder.

 

I use a separate HTML editor that has a preview function for most but for others I just edit the email template directly in the folder with my FTP program.

Link to comment
Share on other sites

Thank you tdr170, I'll try following your tip editing the files into the email folder.

 

Do you know if there's a way to sent test email to view the result in different email accounts? Because sometimes the email are slighty different from what we see when editing them with a text editor.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...