Is there any way to make the order confirmation that is sent to to the store owner come from the customer's email address instead of the store email?
My customer uses an internal CRM and it would help them link orders to customers if the emails came from the customers. I did make a modification so the owner is sent the same copy as the customer per this topic:
http://forum.opencart.com/viewtopic.php?f=110&t=33975
I'm using 1.5.0.5. Thanks!
You should be able to change
$mail->setFrom($this->config->get('config_email'));
to
$mail->setFrom($order_info['email']);
$mail->setFrom($this->config->get('config_email'));
to
$mail->setFrom($order_info['email']);
Who is online
Users browsing this forum: No registered users and 45 guests