Customizing PDF Invoices

PDF invoices are generated from an HTML template. To customize the PDF invoice, follow the instructions below:

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.