Minha Versão 1.1.0.5 prestashop.
Eu tenho um problema com o módulo mailalert antes, que é o código do voucher e comprovante de valor não são exibidos em "Nova Ordem" e-mail.
Se você tiver mesmo problema, você pode corrigi-lo em um minuto.
Abrir arquivo '/ modules / mailalerts / mailalerts.php'.
Encontre linha # 106
$ ItemsTable. = '<tr Style="background-color:#EBECEE;"> <td colspan="4" style="padding:0.6em 0.4em; text-align:right;"> '$ this-> l. (' código de Voucher: ').' '. $ ObjDiscount-> nome.' </ Td> <td style="padding:0.6em 0.4em; text-align:right;"> - </ td> 'Ferramentas :: displayPrice ($ value, $ moeda, false, false).'. </ Tr> ';
Substitua-a
$ ItemsTable. = '<tr Style="background-color:#EBECEE;"> <td colspan="4" style="padding:0.6em 0.4em; text-align:right;"> '$ this-> l. (' código de Voucher: ').' '. Desconto de US $ [' description '].' </ Td> <td style="padding:0.6em 0.4em; text-align:right;"> - '([value_real'] </ td> Ferramentas :: displayPrice $ desconto. ', $ moeda, false, false). </ Tr> ';
Tudo pronto!
