Re: the order confirmati on email is not sent
[ Edited ]
09-17-2015 05:27 AM - edited 10-29-2015 08:27 PM
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