Overview of HTML Templates
The HTML Templates feature provides key capabilities to design and customize HTML templates online for billing documents, including invoices, credit memos, and debit memos. All public Zuora objects and fields are available for presence on the template, including custom objects and custom fields.
Zuora provides an online HTML template editor for you to flexibly manage HTML templates for billing documents according to business demands.
HTML template editor
In the online HTML template editor, you can switch between the Edit mode and Preview mode.
In Edit mode, you can create and customize HTML templates for billing documents according to business demands.
The online HTML template editor in Edit mode mainly consists of the following tabs to provide customization capabilities:
- In the Contents tab, you can drag and drop different components from the tab to the editor to define content components included in templates.
- In the Blocks tab, you can easily define the headers and footers used in the template. You can also use prebuilt design blocks to organize your template content flexibly.
- In the Body tab, you can configure different settings to customize the default overall template style and appearance, including the text color, background color, content alignment, and font.
In Preview mode, you can select an account and a billing document to preview the rendered PDF file online. For more information, see Preview billing documents in HTML templates.
Comparison and mapping between Word and HTML templates
Compared to Word Mail Merge templates, HTML templates provide a variety of advanced features. HTML templates can coexist with Word Mail Merge templates. You can assign HTML templates to a subset of accounts, and Mail Merge templates to another subset of accounts.
The following table lists the function comparisons between HTML templates and Word Mail Merge templates.
Functionality | Word Mail Merge templates | HTML templates |
---|---|---|
Online editor with Drag & Drop and Preview functionality | Not supported | Supported |
Optimized update and test cycle | 14 steps | 4 steps |
Data access to Zuora objects and fields | Limitedly supported | Fully supported |
Custom objects | Not supported | Supported |
Data manipulation including grouping, filtering, sorting, and so on | Limited fields | Any fields |
Localizing fields in types of Number, Date, Currency | Limitedly supported | Fully supported |
Pre-built headers and footers | Not supported | Supported |
Starter template library | Limitedly supported, available in the Knowledge Center | Supported, available online |
Embedded images and external image URLs | Not supported | Supported |
Template management through Setting APIs | Limitedly supported | Fully supported |
For most merge fields available in Word Mail Merge templates, you can find their equivalents in HTML templates.
For more information about the merge field mapping between Word templates and HTML templates for billing documents, see the following articles:
Tutorials and resources
Click into each tutorial to see how to manage and customize HTML templates to apply to your common business scenarios.
- Create HTML templates
- Customize HTML templates
- Configure rows and columns in HTML templates
- Configure text and merge fields in HTML templates
- Configure barcodes in HTML templates
- Configure fonts in HTML templates
- Configure data tables in HTML templates
- Configure images in HTML templates
- Configure HTML codes in HTML templates
- Define date and numeric formats in HTML templates
- Use custom objects in HTML templates
- Configure headers and footers in HTML templates
- Configure overall style for HTML templates
- Preview billing documents in HTML templates
- Rename HTML templates
- View HTML templates
- Duplicate HTML templates
- Import HTML templates
- Export HTML templates
- Delete HTML templates
- Configure page setup for HTML templates
- Merge field syntax for HTML templates
- Predefined data tables for billing documents
- Supported languages in HTML templates
- Merge field mapping for billing documents
- Common use cases
- How to add watermarks to HTML invoice templates
- How to configure open invoice tables in HTML invoice templates
- How to configure payment tables in HTML invoice templates
- How to configure taxation details tables in HTML templates
- How to display shipping contacts on invoices
- How to use GroupBy function
- How to use Group By configuration in data tables
- How to use JavaScript in HTML invoice templates
For more communication and discussion about this feature in the Zuora Community, see Community resources for HTML templates.
Restrictions and limitations
The HTML Templates feature has the following restrictions and limitations, specific to one single template:
- Images
- Maximum number of uploaded images: 50
- Maximum size of an image to be uploaded: 200 KB
- Supported image types: APNG (
.apng
), AVIF (.avif
), GIF (.gif
), JPG (.jpg
), JPEG (.jpeg
), JFIF (.jfif
), PJPEG (.pjpeg
), PJP (.pjp
), PNG (.png
), SVG (.svg
), and WEBP (.webp
)
- Merge fields
- When creating an HTML template, you must add at least one merge field before saving the template.
- When defining merge fields in HTML templates, you must include the root object in merge fields, for example,
{{Invoice.Account.Name}}
or{{CreditMemo.AppliedAmount}}
.- Invoice is the root object for invoice templates.
- CreditMemo is the root object for credit memo templates.
- DebitMemo is the root object for debit memo templates.
- Functions
- Maximum number of fields supported by the
SortBy
function: 3 - Maximum number of fields supported by the
GroupBy
function: 3
- Maximum number of fields supported by the
- Hyperlinks
For any hyperlinks in HTML templates, the protocol must be HTTPS. - Template size
- Maximum size of an HTML template: 5 MB
The uploaded images will be encoded and embedded into the HTML template, so they also contribute to the template size.
- Maximum size of an HTML template: 5 MB
- Fonts
To make sure uncommon currency symbols displayed on the generated PDF, use the Roboto font from the font family. - Data
For more information, see Concurrent request limits.
- Maximum number of records being processed in total: 1.5 million (the total records to load to generate an invoice, a credit memo, or a debit memo)
- Maximum number of records that can be processed per object type: 1 million
- Maximum number of items that can be displayed in a table: 25,000