Jump to content

Order Confirmation Email Subject Edit - Prestashop 1.7


Recommended Posts

I will post here the solution to a problem that i confrunted a few days.
If you want to eliminate [Shop Name] from the Order Confirmation Email Subject, this is the solution for Prestashop 1.7: 

classes/Mail.php

Change:
$subject = '['.Configuration::get('PS_SHOP_NAME', null, null, $idShop).'] '.$subject;

To:
//$subject = '['.Configuration::get('PS_SHOP_NAME', null, null, $idShop).'] '.$subject;

Just comment that row.

  • Like 2
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...