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

Popular posts from this blog

Script For Login, Logout and View Using PHP, MySQL and Bootstrap

Real-Time Web Interface to MQTT using Socket.io and Node.js

Customize radio buttons and checkboxes with CSS sprites