UKSB Admin HTML Order Email with Status and Comments
1.0.0
2.1.1
http://www.opencart-extensions.co.uk
data['text_footer'] = $language->get('text_new_footer');]]>
data['text_new_order_status'] = $language->get('text_new_order_status');
$template->data['text_update_comment'] = $language->get('text_update_comment');]]>
data['ip'] = $order_info['ip'];]]>
data['order_status'] = $order_status;
$template->data['order_comment'] = $order_info['comment'];]]>
get('text_new_subject'), html_entity_decode($this->config->get('config_name'), ENT_QUOTES, 'UTF-8'), $order_id);]]>
setTo($this->config->get('config_email'));
$mail->send();]]>
]]>
]]>
]]>
]]>