segunda-feira, 19 de setembro de 2016

envio email 1.9



Re: the order confirmation email is not sent

 [ Edited ]
Just make a small change in order.php
(public_html/app/code/core/Mage/Sales/Model/Order.php)
First, create one directory structure on the path below, then copy and paste the file to the path below.
(public_html/app/code/local/Mage/Sales/Model/Order.php)
Now, change from
$mailer->setQueue($emailQueue)->send();
to
$mailer->send();

Nenhum comentário:

Postar um comentário