![]() |
Change the order complete email
In order_customer_complete.tpl there is the following line that prints out the Dear Mr John Doe line and I want to change it to just Dear John.
<p />{$lng.eml_dear|substitute:"customer":"`$customer. title` `$customer.firstname` `$customer.lastname`"}, I tried to find documentation on Smarty substitute, but couldn't find anything. Can someone please give me the code I need to put in to achieve the Dear John? Thanks, Steve |
Re: Change the order complete email
Change it to {$lng.eml_dear|substitute:"customer":"`$customer.f irstname`"}
|
Re: Change the order complete email
Thanks Steve,
I appreciate it. Steve |
All times are GMT -8. The time now is 01:58 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.