The order confirmation email is not sent
Just do a small change in order.php
First create one directory strcture as below path and then copy and paste the file to below path.
Now, change from
(public_html/app/code/core/Mage/Sales/Model/Order.php)
First create one directory strcture as below path and then copy and paste the file to below path.
(public_html/app/code/local/Mage/Sales/Model/Order.php)
Now, change from
$mailer->setQueue($emailQueue)->send();to
$mailer->send();
Comments
Post a Comment