Send Order Details To Admin Email in Opencart

opencart-sales-order

In catalog/model/checkout/order.php v1.5.2.1+ find this code: Code:  if ($this->config->get(‘config_alert_mail’)) { Above that place these code: $mail->setTo($this->config->get(‘config_email’)); $mail->send(); Author: santanu