Customize packing slip

I am looking for someone to customize a packing slip. I have a small product that will ship in small box approximately 4 x 4 inches. My shipping labels are being printed on paper labels size 2.4 in x 3.9 in. I will need to include a packing slip, but it needs to be small. If possible, I would like to use the shipping label printer for a packing slip, and I do have larger shipping labels.

Hello @Greg15

You can absolutely turn your label printer into a tiny packing slip printer using Shopify’s free Order Printer app. Here’s the simplest route without a ton of extra apps:

  1. Install Order Printer (if you haven’t already) and go to its admin.
  2. Create a new template and choose “Packing slip” as the base.
  3. Edit the template’s HTML to only include your essential order info (order number, item names, quantities).
  4. Add a bit of CSS at the top to size it for your 2.4"×3.9" label. For example:
@page { size: 2.4in 3.9in; margin: 0.05in; } body { font-size: 10px; line-height: 1.2; }
  1. Save and preview in Order Printer. Make sure it fits nicely in a 2.4×3.9 window.

  2. When it’s time to ship, select that packing slip template, choose your label printer in the Print dialog, and print.