Hi, I have a strange problem, I've installed arastta before and everything worked fantastic, I've just installed for another client and have a strange problem in the fact order emails are not going out, I've checked all settings and both installs are exactly the same, I've even deleted the second install and tried again but it's the same, does anybody have any hints why
Cheers all
Cheers all
Share this post:
Accepted Answer
You're right, it's a bug in this module (or the addOrderHistory function), and probably others too (like Free Checkout).
Quickfix -> In the file /catalog/controller/payment/cod.php find the last code line reading:
Try to change it into (adding: , '', true):
Quickfix -> In the file /catalog/controller/payment/cod.php find the last code line reading:
$this->model_checkout_order->addOrderHistory($this->session->data['order_id'], $this->config->get('cod_order_status_id'));
Try to change it into (adding: , '', true):
$this->model_checkout_order->addOrderHistory($this->session->data['order_id'], $this->config->get('cod_order_status_id'), '', true);
Responses (8)
-
Accepted Answer
Check that you actually did it right, then clear your cache. Beyond that, I can not help.
Btw! Update to 1.5.1, it's better.
Anyhow: https://github.com/arastta/arastta/issues/398 -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Hi, Thanks for the quick reply
It's the latest version we are using now 1.2.7 it was 1.2.6 before
Yes same server
and yes the email address is the same as the domain.
Registration emails go out fine, but not shop emails.
I've just done another clean install through cpanel file manager and the same is happening, it's strange -
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »