Configure Printable Order Labels
Author:
Yulia Andreyanova
Changed on:
5 Sept 2025
Key Points
- Use an HTML template to tailor the Order Labels to your specific needs.
- This document provides step-by-step instructions for setting up and modifying fragments needed to customize generated PDFs.

Prerequisites
Steps
Define the HTML Structure
Configure the Page Query in the Pack Fragment
Add the Page Break Property
`break-after` property in your CSS. This feature is particularly useful when you have long lists or multiple sections.The above code snippet ensures that content breaks correctly across pages, maintaining a clean and organized appearance in your printed documents.
Add Supported Fields
`{{#each <field>}}` notation. This allows you to dynamically display information from your data tree.This code effectively loops through the list of articles, displaying relevant details for each item.
Create a Setting fc.store.summary.print.pack.label
| Name | fc.store.summary.print.pack.label |
| Value type | `LOB` |
| LOB value | `<..The HTML template, from Step 1..>` |
| Context | `RETAILER -or- ACCOUNT` |
| Context ID | `<RetailerID> -or- 0` |
