prinssen Posted July 29, 2011 Share Posted July 29, 2011 Hi I've been noticing that the email customers receive when replied to a question from the contactform have an english subject and the link to reply is also pointing to the english site. The site is in dutch and so is the contents of the email. The same thing happens from the RMA-update mail, also english subject with links to the english site. But this one even takes the english mail instead of the dutch one. All translations are filled in, so that's not the issue.. I think it's related to the backend language which is set to english Anyone? Link to comment Share on other sites More sharing options...
prinssen Posted July 29, 2011 Author Share Posted July 29, 2011 In addition I solved the link-part by changing live 175 in iadmin/tabs/admincustomerthreads.php to '{link}' => $link->getPageLink('contact-form.php', true, $ct->id_lang).'?id_customer_thread='.(int)($ct->id).'&token='.$ct->token); This now takes the language into account when building the link. The subject is still in english though (as one would expect from this) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now