View Single Post
  #1  
Old 07-12-2006, 06:28 AM
 
whsu716 whsu716 is offline
 

Senior Member
  
Join Date: Jun 2005
Posts: 168
 

Default Simple & Quick - add 'Customer Notes' to Invoice

Hey all

Getting some help from some GeckoDay and SamD, here is a simple way to add customer notes onto the invoice:


Just add the following to skin1/mail/html/order_invoice.html:

Quote:
<TR>
<TD colspan="3">
{assign var="tab" value="Cardholder's name:"|@explode:$order.details}
{$tab[0]}
</TD>
</TR>

Voila!

This is tested only on 4.0.18.

- Weber
__________________
...
v 4.0.18; 4.1
Reply With Quote