Jump to content

Change Color's (pink) of the name of customer in email


Recommended Posts

There is improvement suggested here

http://forge.prestashop.com/browse/PSCFI-6355?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel

 

So you have to edit PaymentModule.php in classes folder part around line 567

  '{delivery_block_html}' => $this->_getFormatedAddress($delivery, '<br />', array(
   'firstname' => '<span style="color:#DB3484; font-weight:bold;">%s</span>',
   'lastname' => '<span style="color:#DB3484; font-weight:bold;">%s</span>'
  )),
  '{invoice_block_html}' => $this->_getFormatedAddress($invoice, '<br />', array(
    'firstname' => '<span style="color:#DB3484; font-weight:bold;">%s</span>',
    'lastname' => '<span style="color:#DB3484; font-weight:bold;">%s</span>'
  )),

 

And other elements you can edit in Localization > Translation

and under Modify translation choose E-mail template translation and choose your language.

Then you will see list on email templates which you can edit and inline css styles in them if

you click on HTML button in editor.

  • Like 1
Link to comment
Share on other sites

Hi Nick... yea..i know this... but i can't find WHERE ! i'm speaking of order-conf.html in the folder MAILS..the customer name... i can't find where that pink come out...

 

 

Hi friend line 17,78, 106,109 and 115. Just change #db3484 for the color you want

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...