Jump to content

[Solved] How to edit css of delivery_block_html and invoice_block_html in order_conf email


Recommended Posts

Hello,

As far as I know the css for email is inline. You can change the color on the order confirmation email by going to prestashop root/mails/en/order_conf.html on line 16 you will find:

Hello {firstname} {lastname}, thank you for shopping with {shop_name}.



Change the color:#DB3484 with that one you need.

Please let me know if it works.

Regards,
Cornel

Link to comment
Share on other sites

Hi,

Thanks for your answer.
Sorry I was maybe not very clear.
I was talking about the first name and surname on the shipping and invoicing addresses.
In PS 1.4 all the elements of addresses have been replaced by two blocks called delivery_block_html and invoice_block_html. This is this two blocks I'm trying to find in order to modify them

  • Like 1
Link to comment
Share on other sites

  • 5 months later...
  • 4 months later...

Can you show me these 2 lines of code? I use PT 1.4.7 and I don't think line number you provided

modify file classes/PaymentModule.php lines 384 and 385 (in PS 1.4.2.5) works for me.

Thanks

Never mind. I got your point. These lines are to correct the color. I can set the address format Last Name then First Name in back end tool.
Link to comment
Share on other sites

×
×
  • Create New...