PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, June 30, 2022

[FIXED] How to change subject of email in prestashop

 June 30, 2022     email, gmail, prestashop, prestashop-1.7     No comments   

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)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

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

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing