Documents
Customize templates
Edit document HTML, Liquid variables, layout, and preview before printing.
Open Apps → AppsTint → Document Printer to manage templates.
Default templates
Four templates are created automatically:
| Template | Typical use |
|---|---|
| Picking List | Warehouse pick by SKU/location |
| Packing Slip | Inside the box for the customer |
| Invoice | Shopify Order Printer–compatible invoice |
| Returns Slip | Return instructions and RMA details |
Duplicate any default to customize without losing the original.
Create or edit a document
- Click Create document or edit an existing one.
- Set Name and Type (picking list, packing slip, invoice, returns slip, or custom).
- Configure Page — size (A4, Letter, etc.), orientation, margins.
- Edit Header, Body, and Footer HTML.
- Add CSS for styling; optional Tailwind toggle for utility classes.
- Use the variable picker to insert Liquid placeholders.
- Preview with sample order data before saving.
Liquid variables
Templates use Shopify Order Printer–style Liquid. Common objects:
{{ order.name }},{{ order.created_at }}{{ order.line_items }}— loop products, SKU, quantity{{ order.shipping_address }},{{ order.billing_address }}{{ shop.name }},{{ shop.email }}{{ transactions }}— payment details- Filters:
money,format_address,barcode,qr
Use the in-app variable catalog for the full list with examples.
Active vs inactive
- Active — appears in the Print documents picker
- Inactive — hidden from print menu but kept in the library
Set one template as default for quicker selection.
Tips
- Start by duplicating the packing slip and making small edits.
- Keep packing slips simple — large logos slow printing.
- Test with a real order that has discounts, taxes, and multiple line items.