inclusion of the logo in the registration email
Posted: Fri Feb 19, 2016 6:25 pm
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:
with:
What should I do?
Thank you!
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!