Change opencart logo in order email

 
Just change the logo in
//catalog/model/checkout/order.php:441
$data['logo'] = $this->config->get('config_url') . 'image/' . $this->config->get('config_logo');
or in
catalog/view/theme/default/template/mail/order.tpl:8
change the image source

Comments