Premitium Posted August 31, 2016 Share Posted August 31, 2016 Hi! I am trying to edit the emails on a 1.6.x prestashop. However I cannot find the from field part in the emails templates and also not the in back office in Preferences nor in translations. For the email sender icon: The store is sending all emails from the hosting provider email server. Maybe there I can change it? But I did not find such a functionality there.. I am pasting an image for more accuracy: http://imgur.com/ODYYNJz Any help is much appreciated! Best! Link to comment Share on other sites More sharing options...
Knowband Plugins Posted September 1, 2016 Share Posted September 1, 2016 There is a line in Mail.php class file that adds the [sHOP_NAME] in every subject, you can simply edit this line as per your requirements. Search for $subject = '['.Configuration::get('PS_SHOP_NAME', null, null, $id_shop).'] '.$subject; (in send() function) Link to comment Share on other sites More sharing options...
Premitium Posted September 1, 2016 Author Share Posted September 1, 2016 There is a line in Mail.php class file that adds the [sHOP_NAME] in every subject, you can simply edit this line as per your requirements. Search for $subject = '['.Configuration::get('PS_SHOP_NAME', null, null, $id_shop).'] '.$subject; (in send() function) Thanks! 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