Page 1 of 1

inclusion of the logo in the registration email

Posted: Fri Feb 19, 2016 6:25 pm
by famarinu
Hi,
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";
with:

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";
What should I do?

Thank you!