delite Posted March 26, 2011 Share Posted March 26, 2011 How do i remove [sHOP_NAME] from email title in prestashop 1.4? I tried $message = new Swift_Message('['.Configuration::get('PS_SHOP_NAME').'] '.((is_array($_LANGMAIL) AND key_exists($subject, $_LANGMAIL)) ? $_LANGMAIL[$subject] : $subject)); to $message = new Swift_Message(((is_array($_LANGMAIL) AND key_exists($subject, $_LANGMAIL)) ? $_LANGMAIL[$subject] : $subject)); But it seems it dosnt work in 1.4. Link to comment Share on other sites More sharing options...
delite Posted March 28, 2011 Author Share Posted March 28, 2011 it works perfectly, thank you for help. Link to comment Share on other sites More sharing options...
DJPhill Posted August 8, 2011 Share Posted August 8, 2011 Hi. Could you let us know where you editing the code for this please? Also if there is anything else that should be done to complete this? Many thanks Phill Link to comment Share on other sites More sharing options...
maconl Posted November 24, 2011 Share Posted November 24, 2011 Hi Phil a bit late but you can find this line In classes/Mail.php Link to comment Share on other sites More sharing options...
Recommended Posts