benedettol Posted September 15, 2013 Posted September 15, 2013 Hello, I need to Edit the subject for "Shipped" email template in Prestashop 1.5.4.1 but in the Email Template Translation it cannot be edited. The error says "No Subject was found for shipped in the database." I already read this post : http://www.prestashop.com/forums/topic/108336-no-subject-was-found-for-bankwire/, but my problem can't be solved changing the status name because I need the Status to be written in Italian for my Italian Supplier, but I want the subject of the email template to be in English. Can somebody help me editing the subject for the "shipped" template? Thank you very much. Share this post Link to post Share on other sites More sharing options...
HiPresta Posted January 7, 2015 Posted January 7, 2015 In orderHistory.php on line ~394 find $topic = $result['osname']; and add the following code below: if($topic == 'Shipped') $topic = 'Your Subject'; Share this post Link to post 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