Adding Store name in e-mail footer
Posted: Wed Nov 18, 2009 3:26 am
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
So I used this in the admin\model\customer\order.php, with no luck.
Anyone have a clue?
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');
Anyone have a clue?