Noorlander Posted October 6, 2013 Share Posted October 6, 2013 (edited) Dear all, I have customized the emails that are sent out for order confirmation. Whenever, a confirmation email is received in Outlook 2013 some additional code is being inserted. I dont know if this code is being inserted by Outlook, or somewhere in Prestashop. (I'm not sure if the same happens on yahoo/gmail as i cannot display email source code) Something like this is being added: </tr></tr></table></div></td> To find where this might come from, i verified: - order_conf.html (obviously...) - PaymentModule.php however, nothing to be found. What else do i check?? thanks Edited October 7, 2013 by Noorlander (see edit history) Link to comment Share on other sites More sharing options...
Noorlander Posted October 7, 2013 Author Share Posted October 7, 2013 so it turns out, the error was in my html code. To insert the product details, I had this: <tr> <td> {products} </td> </tr> once i removed <td> and </td>, the issue was solved... Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now