Vilas Posted July 14, 2013 Share Posted July 14, 2013 (edited) Hi Friends, Like to know how to change email subject in Prestashop. Suppose my store name is xyz whenever a customer register on our store he get below subjected email. (XYZ) Welcome. I want to remove this shop name from subject. Same thing I want to do for other emails like (XYZ) Shipment in transit, (XYZ) Order Shipped. Will be great if anyone suggest solution on it. Using Prestashop 1.5.4.1 Thanks Edited July 15, 2013 by Vilas (see edit history) Link to comment Share on other sites More sharing options...
Vilas Posted July 15, 2013 Author Share Posted July 15, 2013 (edited) Hi Friends, I have solved my this query with my best, master of prestashop razaro's help I am thanksful to him for kind support. Below is solution which might be helpful to you also. Try this then in classes/Mail.php edit this code /* Create mail and attach differents parts */ $message = new Swift_Message('['.Configuration::get('PS_SHOP_NAME', null, null, $id_shop).'] '.$subject); to /* Create mail and attach differents parts */ $message = new Swift_Message($subject); Thanks Edited July 15, 2013 by Vilas (see edit history) Link to comment Share on other sites More sharing options...
mauroagr Posted January 21, 2014 Share Posted January 21, 2014 Dear, I will disable the confirmation message send after a contact in website. I dont find where to do this. Thanks Mauro Link to comment Share on other sites More sharing options...
selectsoft Posted July 17, 2014 Share Posted July 17, 2014 Thanks vilas, its done. Perfectly working. Link to comment Share on other sites More sharing options...
Recommended Posts