Serializer - Product Tracking
  • Getting started
    • Introduction
    • Enable product tracking
    • Add serial numbers and other data to orders
      • Serialize items from the Admin Order page
      • Serialize items via the app (legacy)
    • Add serial numbers to the Shopify POS cart
    • Track items
    • Share item information with customers
      • Shopify notifications
      • Customer's order page
      • Order printer
      • Dynamically display items in your online store
    • Track custom item information
    • Development API reference
      • Metafields
      • App Proxy REST API
      • Order printer's Liquid variables and filters
  • Troubleshooting
    • FAQs
    • Known issues & workarounds
      • Handle external order edits
  • Legal
    • Terms of Service
    • Privacy Policy
    • Sub-processors
Powered by GitBook
On this page
  • Create printer templates
  • Print orders
  1. Getting started
  2. Share item information with customers

Order printer

Use custom templates for receipts, packing slips, returns, and more.

PreviousCustomer's order pageNextDynamically display items in your online store

Last updated 1 year ago

Create printer templates

  1. Navigate to the "Printer templates" page in the app.

  1. Click "Create template" or "Duplicate" an existing example template.

Liquid and HTML knowledge is required. If you need help, please get in touch with me.

Print orders

  1. A printer wizard should open where you can select the printer or save the content as PDF.

Code your template in Liquid templating language. Learn more about the available .

From Shopify admin order page select "More Actions" > "Print with Serializer"

Select the printer template and "Print" (right hand side).

Liquid variables and filters