View Single Post
  #2  
Old 06-17-2008, 12:26 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Invoice modification

Quote:
Originally Posted by Italian Glassman
Can anybody tell me how I can add/modify the invoice so that the last line (Thank you for your puchase) is changed to:

Thank you for your purchase Bob!

"Bob", of course, is the customer's first name and would change with every invoice.

Thanks in advance for your help!

Mario

skin1/mail/html/order_data.tpl - central part (with order data);
skin1/mail/html/order_invoice.tpl - header and footer invoice page.

So just add to the end file skin1/mail/html/order_invoice.tpl
"Thank you for your purchase {$login}!"

If Bob is the user name.
Reply With Quote