I tried to add the logo in the email registration fund, but I do not see.
I modified this file: admin/model/customer/customer.php this code:
Code: Select all
$message .= $this->language->get('text_approve_services') . "\n\n";
$message .= $this->language->get('text_approve_thanks') . "\n";
Code: Select all
$message .= $this->language->get('text_approve_services') . "\n\n";
$message .= $this->language->get('entry_logo') . "\n";
$message .= $this->language->get('text_approve_thanks') . "\n";
Thank you!