Configure Printable Pack Slips for assign items to parcels
Author:
Yulia Andreyanova
Changed on:
15 May 2025
Key Points
- The Pack Slips can be customized using an HTML template.
- This guide outlines the setup and fragment modifications required for generated PDF customization.

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 ensures that the content breaks correctly across pages when printed.
Add the Supported Fields
Create a Setting 'fc.store.summary.print.pack.slip'
| Name | fc.store.summary.print.pack.slip |
| Value type | `LOB` |
| LOB value | `<..The HTML template, from Step 1..>` |
| Context | `RETAILER -or- ACCOUNT` |
| Context ID | `<RetailerID> -or- 0` |
