Česká Faktura Posted October 26, 2012 Share Posted October 26, 2012 (edited) v emailu Potvrzení objednávky se spatne zobrazuje tabulka seznamu zakoupeneho zbozi. Take se email zobrazuje jinak v Gmailu a jinak treba na Seznamu nebo Outlooku. Problem je v tom, ze dojde k odstraneni teto casti kodu z html emailu: <colgroup> <col width="15%"/> <col width="30%"/> <col width="20%"/> <col width="15%"/> <col width="20%"/> </colgroup> takze kod html emailu potom neobsahuje informace o sirce <td>. Take je problem s sirkou cele tabulky. Pokusil jsem se udelat upravu, aby se email zobrazoval vsude stejne. Reseni: nakopirujte soubor PaymentModule.php z prilohy do slozky override/classes * pouzijte jen pro verzi 1.5.2 upravu jsem delal narychlo urcite to jde zjednodusit. PaymentModule.php Edited October 26, 2012 by Ventos312 (see edit history) Link to comment Share on other sites More sharing options...
breathcz Posted March 24, 2013 Share Posted March 24, 2013 Náhodou verzi pro 1.5.3 byste neměl? Mám stejný problém, bohužel Vaše řešení mi nefunguje. Link to comment Share on other sites More sharing options...
Česká Faktura Posted April 4, 2013 Author Share Posted April 4, 2013 Pro kazdou verzi Prestashopu 1.5 je reseni trosku jine jelikoz PaymentModule.php se casto v novych verzich meni pokud jste to jeste nevyresil napiste mi na [email protected]. Link to comment Share on other sites More sharing options...
haunter Posted April 7, 2014 Share Posted April 7, 2014 Díky Pokud jsem správně pochopil, stačí jen změnit fci: public function formatProductAndVoucherForEmail($content) { // return $content; return '<table style="width: 600px; font-family: Verdana,sans-serif; font-size: 11px; color: #374953;"> <colgroup> <col width="15%"/> <col width="30%"/> <col width="20%"/> <col width="15%"/> <col width="20%"/> </colgroup>'.$content.'</table>'; } 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