Jump to content

E-mail subject line


Recommended Posts

Hi :)

 

Whenever my shop sends out e-mails to customers (or myself) it has the shop name in the subject line. How do I change that? I don't want my shop name to appear in the subject.

 

I thought I'd changed it already using Dreamweaver, but apparently not.

 

Any help appreciated! Thanks

Link to comment
Share on other sites

  • 4 years later...

hello,

 

I can't find this piece of code in the current mail.php.

instead I find the following: 

$subject = '['.Configuration::get('PS_SHOP_NAME', null, null, $id_shop).'] '.$subject;
$message = new Swift_Message($subject);

but when changing it, I get a 500 error in the frontend after clicking the buy button in the cart.

I tried deleting the complete first line, as well as parts of it. nothing worked..

 

 

many thanks in advance!

Link to comment
Share on other sites

×
×
  • Create New...