Page 1 of 1

Adding Store name in e-mail footer

Posted: Wed Nov 18, 2009 3:26 am
by i2Paq
I want to make the e-mail send by OC looking more professional and therefore I want to add the following to the e-mails send by the shop.

Regards, <insert shop name>

I've tried this <insert shop name> by using the %s that is used in the subject of that same e-mail, but I only get: %s

Then I've looked at the admin\controller\customer\customer.php where I found

Code: Select all

$message .= $this->config->get('config_store');
So I used this in the admin\model\customer\order.php, with no luck.

Anyone have a clue?

Re: Adding Store name in e-mail footer

Posted: Thu Nov 19, 2009 10:10 pm
by i2Paq
*bump*

Anyone?

Re: Adding Store name in e-mail footer

Posted: Fri Nov 20, 2009 6:55 am
by Rafael
I don't know, unfortunately I cannot help you. But I agree 100% with the topic.

It would be quite professional to add the company logo (and text) in e-mail.