Gift note packing slip

Show Shopify gift notes on a packing slip

Generate Order Printer Liquid for gift messages, gift wrap labels, personalization notes, and item-level gift properties on packing slips.

Quick answer

Show Shopify gift notes on a packing slip for Shopify Order Printer

Generate a gift-note friendly line item properties loop, keep private properties hidden, and include the order note once when needed. Start in a duplicate Shopify Order Printer template, paste the Liquid in the right placement area, and preview with real orders before saving.

  1. Open a real gift order and check whether the message appears under the item properties, order note, or note attributes.
  2. If the message is item-specific, paste the generated line item properties block under each product title.
  3. If the message is order-level, print the order note once near the packing slip notes or footer.

Copy-ready example

Starter Liquid pattern

Use this as a visible pattern, then use the generator below to adjust the exact field, fallback text, layout, and test notes.

{% for line_item in line_items %}
  {% for property in line_item.properties %}
    {% assign property_name = property.first %}
    {% assign property_value = property.last %}
    {% assign first_character = property_name | slice: 0 %}
    {% if property_value != blank and first_character != "_" %}
      <p><strong>{{ property_name }}:</strong> {{ property_value }}</p>
    {% endif %}
  {% endfor %}
{% endfor %}

Gift note packing slip

Show Shopify gift notes on a packing slip

Generate a gift-note friendly line item properties loop, keep private properties hidden, and include the order note once when needed.

Use this when engraving, bundle details, or gift options appear on the purchased item rather than on the product record.
Standard order with one clear product row.
Need personalization fields placed cleanly?

Line item properties belong under the matching product row, while order notes should print once outside the loop.

Insert line item properties

Paid feature signals

Generated Liquid

Copy-paste code

{% for line_item in line_items %}
  {% if line_item.properties != blank %}
    <div class="opk-line-properties">
      <strong>{{ line_item.title }}</strong>
      <ul>
        {% for property in line_item.properties %}
          {% assign property_name = property.first %}
          {% assign property_value = property.last %}
          {% assign first_character = property_name | slice: 0 %}
          {% if property_value != blank and first_character != "_" %}
            <li>
              <strong>{{ property_name }}:</strong> {{ property_value }}
            </li>
          {% endif %}
        {% endfor %}
      </ul>
    </div>
  {% endif %}
{% endfor %}

{% if note != blank %}
  <div class="opk-order-note">
    <strong>Order note:</strong> {{ note }}
  </div>
{% endif %}

Install wizard

Place the snippet before testing output.

1
Template area

Line item loop

2
Paste target

Paste under each item title inside the line item loop; keep order notes outside the item loop.

3
Test order

Personalized order plus a normal order with no properties

Paste location

Paste under each item title inside the line item loop; keep order notes outside the item loop.

Test checklist

  • Duplicate the Shopify Order Printer template before editing the live one.
  • Preview with the regular order.
  • Preview an order with personalization, bundle details, or gift options.
  • Print or save one test preview before using the template in production.

Common failure

  • The gift message is stored as an order note, but the template only checks line item properties.
  • The same order-level gift note repeats under every product row.
  • Private app fields such as _gift_wrap_id print on the customer-facing packing slip.

Mock preview

#1048Standard order with one clear product row.
  • Engraving: Avery
  • Gift wrap: Yes
  • Order note: Pack with care. Gift note included.

Use case

When to use this tool

Best for merchants whose gift messages or gift wrap choices need to print clearly for the packing team without showing hidden app metadata.

Handles gift messages saved as line item properties, such as Gift message, Gift note, or Gift wrap.

Includes order note output for stores that collect the gift message at checkout instead of per product.

Filters underscore-prefixed app fields so internal gift app metadata stays off the printed slip.

Keeps item-specific gift notes near the correct product row.

Calls out long handwritten-style messages as a layout risk on compact slips and 4x6 prints.

Free tool fit

Use the snippet when the edit is narrow.

Generate a gift-note friendly line item properties loop, keep private properties hidden, and include the order note once when needed.

  • You know which Shopify Order Printer template you want to edit.
  • You can test in a duplicate template before touching the live one.
  • The field or layout change maps to the Liquid objects listed on this page.

Manual fix fit

Request help when placement is risky.

Send your packing slip and a sample order so gift notes can be placed without repeating, leaking private fields, or breaking the layout.

  • Your current template already has custom loops, tables, CSS, or app-specific fields.
  • The snippet works in isolation but prints blank, repeats, or breaks layout in your real template.
  • The document is customer-facing, B2B, VAT, customs, or warehouse-critical and needs careful test notes.

Install steps

Copy into Shopify Order Printer carefully.

The preview uses sample data. Always test the template with real orders before using it for fulfillment, accounting, customs, or customer-facing documents.

  1. Step Open a real gift order and check whether the message appears under the item properties, order note, or note attributes.
  2. Step If the message is item-specific, paste the generated line item properties block under each product title.
  3. Step If the message is order-level, print the order note once near the packing slip notes or footer.
  4. Step Keep underscore-prefixed app properties hidden unless the warehouse needs them.
  5. Step Preview a gift order, a normal order, and an order with a very long message before saving.

FAQ

Common Shopify Order Printer issues

Is a Shopify gift note a line item property or an order note?

It depends on how the store collects it. Product-page gift messages often become line item properties, while cart or checkout notes often become order notes or note attributes.

Should the gift note print once or under each item?

Print it under each item only when the message belongs to that product. Print order-level gift notes once near the packing slip note section.

How do I hide gift app metadata?

Keep the private-property filter on. It hides property names that start with an underscore, which many apps use for internal IDs.

Can I use this on a 4x6 packing slip?

Yes, but test long gift messages. Compact thermal slips often need shorter labels, wrapping rules, or a manual layout adjustment.

Related exact fixes

Follow the next likely Order Printer problem.

These links connect adjacent search intents, such as blank metafields, item-level customs fields, B2B invoice data, and one-off template fixes.

Line item properties

Show Shopify line item properties in Order Printer

Best for merchants whose product options, personalization notes, bundle details, or gift messages are stored as line item properties instead of metafields.

Open related fix

Order note packing slip

Show Shopify order notes on a packing slip

Best for merchants who need checkout notes, delivery instructions, gift messages, or packing instructions printed once on a packing slip.

Open related fix

Packing slip template code

Shopify packing slip template code

Best for stores that want a warehouse-friendly packing slip without a monthly PDF invoice app.

Open related fix

4x6 packing slip starter

Shopify 4x6 packing slip template code

Best for warehouses and small stores that want a compact packing slip for thermal labels without moving to a full invoice app.

Open related fix

Metafield Liquid generator

fix blank Shopify Order Printer metafields

Choose order, customer, product, or variant paths before pasting Liquid.

Open related fix

Commercial invoice fields

Shopify commercial invoice template fields

Place HS code, origin, customs description, and EORI notes in the right row.

Open related fix

VAT invoice fields

Shopify VAT invoice template fields

Add VAT IDs, tax notes, and B2B invoice fields with cautious scope.

Open related fix

PO number invoice

add a PO number to Shopify invoices

Handle B2B purchase order data without repeating it inside item rows.

Open related fix

Common Order Printer fixes

Keep editing the same Shopify template.

These are the highest-signal internal paths for merchants who need template code, packing slip layout, barcodes, metafields, or 4x6 print fixes.

Template code generator

free Shopify Order Printer template code generator

Start with a printable template before adding fields.

Open tool

Packing slip template code

Shopify packing slip template code

Build the base pick-pack document for warehouse use.

Open tool

Barcode snippet generator

add a barcode to a Shopify packing slip

Print order, SKU, variant, tracking, or QR codes.

Open tool

Metafield Liquid generator

Shopify Order Printer metafields

Print product, variant, order, or customer metafields.

Open tool

4x6 packing slip starter

Shopify 4x6 packing slip template

Test thermal printer layout, margins, and item overflow.

Open tool

Liquid objects

Fields this page usually touches

  • line_item.properties
  • property.first
  • property.last
  • note
  • note_attributes

Common errors

Watch these before saving

  • The gift message is stored as an order note, but the template only checks line item properties.
  • The same order-level gift note repeats under every product row.
  • Private app fields such as _gift_wrap_id print on the customer-facing packing slip.
  • Long gift messages overflow a 4x6 packing slip or push items onto a second page.
  • The template hides prices but still leaves gift app metadata visible.

Limits

What this does not replace

  • Gift apps do not all store messages in the same Shopify field.
  • The generator cannot know the exact property label used by a third-party gift app.
  • Handwritten card workflows, gift receipts, or multi-recipient shipments may need manual template logic.
  • Very long messages may need custom CSS, truncation, or a separate gift note section.