Thursday, June 30, 2022

[FIXED] How to change subject of email in prestashop

Issue

I need to change the subject of email in Prestashop " i need to delete the [] brackets punctuation mark "

Now email is: [myshop_Name] Order confirmation

What i need: myshop_Name Order confirmation

I would be thankfull for your help


Solution

I found the solution: edit the mail.php which is under classes by deleting the brackets []: $subject = '['.Configuration::get('PS_SHOP_NAME', null, null, $idShop).'] '.$subject;



Answered By - H_Hmd
Answer Checked By - Mary Flores (PHPFixing Volunteer)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.