tutankhamen Posted February 22, 2008 Share Posted February 22, 2008 Where can I find this setting: Send email as: [x] HTML [ ] Plain text I'm sure I saw it somewhere but I can't find it anywhere. I think the logical place for this would be Preferences > Email settings Link to comment Share on other sites More sharing options...
Bruno Leveque Posted February 23, 2008 Share Posted February 23, 2008 Hi tutankhamen (nice nickname), PrestaShop always send both HTML and plain text emails. We use the Swift Mailer class, which is a very great tool (thanks to its fantastic team!): http://www.swiftmailer.org/ For next versions, this might become an option, it's a interresting idea. You can also modify : classes/Mail.php $message->attach(new Swift_Message_Part($templateTxt, 'text/plain', '8bit', 'utf-8')); $message->attach(new Swift_Message_Part($templateHtml, 'text/html', '8bit', 'utf-8')); Delete the line of your choice Best regards, Link to comment Share on other sites More sharing options...
Maxe Posted May 22, 2008 Share Posted May 22, 2008 Hi, thanks for the hint with plain text emails. Is it possible to list all products in the plain text emails, not only the total price etc? I tried to handle this with the '{products}' tag in the /mail/de/order_conf.txt. But the result looks like this: <tr style="background-color:#EBECEE;"> <td style="padding:0.6em 0.4em;"></td> <td style="padding:0.6em 0.4em;"><strong>MacBook</strong></td> <td style="padding:0.6em 0.4em; text-align:right;">1 400,00 €</td> <td style="padding:0.6em 0.4em; text-align:center;">1</td> <td style="padding:0.6em 0.4em; text-align:right;">1 400,00 €</td> </tr> Where are the {products} defined? Link to comment Share on other sites More sharing options...
rMarek Posted May 27, 2008 Share Posted May 27, 2008 Hi everyone, Admin can now choose between send email as HTML, plain text or both. It will be update with prestashop 1RC4. Regards, Remi MAREK Link to comment Share on other sites More sharing options...
Presta-Hoe Posted September 27, 2009 Share Posted September 27, 2009 What does it mean to select "both"?How does that work? Does the customer get two emails? Or whats the purpose? Link to comment Share on other sites More sharing options...
aminekaddioui Posted January 24, 2013 Share Posted January 24, 2013 how can we add the list of purchased products to a plain text email? 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