Changing The "dear _______" In Emails...

…wondering how to specifically change the blank in “Dear ________” that is included at the top of all email notifications. Currently (for our older 2.x.x version), it inserts the first name of the Ship to: address. This is confusing when the actual customer who is doing the purchase (Bill to:) wants us to send the order to someone else (a gift, etc.).



So, I would like to change the field that is inserted in emails to the first name of the Bill to: address. What template and directory would this be, and what field/variable/etc are we talking about?



Have found nothing within forums for this, but pardon me if it has already been addressed. Thanks!

Maybe this topic can help you



[url=“Change Mail-From And Reply-To For All Order-Mails - Multi-Vendor Edition - CS-Cart Community Forums”]Change Mail-From And Reply-To For All Order-Mails - Multi-Vendor Edition - CS-Cart Community Forums

Hello,



Please open [color=#262626][font=arial, sans-serif][size=3]skins/basic/mail/orders/order_notification.tpl file.[/size][/font][/color]



[color=#262626][font=arial, sans-serif][size=3]Find the line [/size][/font][/color]

[color=#262626][font=arial, sans-serif][size=3]
{$lang.dear} {$order_info.firstname},

[/size][/font][/color][color=#262626][font=arial, sans-serif][size=3]
[/size][/font][/color]



[color=#262626][font=arial, sans-serif][size=3]Change it to [/size][/font][/color][color=#262626][font=arial, sans-serif][size=3][/size][/font][/color]

[color=#262626][font=arial, sans-serif][size=3]{$lang.dear} {$order_info.b_firstname},

[/size][/font][/color]
[color=#262626][font=arial, sans-serif][size=3]
[/size][/font][/color]



[color=#262626][font=arial, sans-serif][size=3]or to [/size][/font][/color][color=#262626][font=arial, sans-serif][size=3][/size][/font][/color]

[color=#262626][font=arial, sans-serif][size=3]{$lang.dear} {$order_info.b_lastname},

[/size][/font][/color]
[color=#262626][font=arial, sans-serif][size=3]
[/size][/font][/color][color=#262626][font=arial, sans-serif][size=3] [/size][/font][/color][color=#262626][font=arial, sans-serif][size=3] [/size][/font][/color]



[color=#262626][font=arial, sans-serif][size=3]Best regards, Alt-team.[/size][/font][/color]

Thanks for the quick replies!



Alt - thanks much, that is the field I was looking for, and knew it had to be changed in that .tpl file. Looks like that will do it.

You are welcome.



Do not hesitate to contact us if you have any other questions.



Best regards, Alt-team.