rl_lucian Posted May 22, 2020 Share Posted May 22, 2020 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. 2 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