Hi,
I used to get a exact copy of the order conformation email send to the customer in Version 2.2.0.0
Now I use Version 3.0.3.1 and only get the order details and not the customer details anymore as before .
What can I do so I get the complete order details again
Thank you for any suggestions
in catalog/controller/mail/order.php
find
add after
find
Code: Select all
$mail->setTo($order_info['email']);
$mail->setFrom($from);
$mail->setSender(html_entity_decode($order_info['store_name'], ENT_QUOTES, 'UTF-8'));
$mail->setSubject(html_entity_decode(sprintf($language->get('text_subject'), $order_info['store_name'], $order_info['order_id']), ENT_QUOTES, 'UTF-8'));
$mail->setHtml($this->load->view('mail/order_add', $data));
$mail->send();
Code: Select all
// send to store owner the exact mail send to customer
$mail->setTo($this->config->get('config_email'));
$mail->send();
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
Who is online
Users browsing this forum: No registered users and 15 guests