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.