PDF invoices are generated from an HTML template. To customize the PDF invoice, follow the instructions below:
Go to /Template folder inside your Control Panel installation folder.
Open Invoice.htm file in your favourite HTML editor, for example FrontPage. It is a good idea to take a back before going further.
When editing the template ensure that you do not change %variables% (contained in % sign).
Note: You must take special care when editing the following section. It must remain intact otherwise the PDF template will be broken.
%%GenerateRows%%
<tr>
<td align="center">%packageName%</td>
<td align="center">%packageCycle%</td>
<td align="center">%invoicedPeriod%</td>
<td align="center">01</td>
<td align="center">%packagePriceBeforeDiscount%</td>
<td align="center">%packageSetupFee%</td>
<td align="center">%packageDiscountPercent%</td>
<td align="center">%packagePriceAfterDiscount%</td>
</tr>
%%/GenerateRows%%
Save the file when you are done.
©2014. All rights reserved.