You can display a preorder note on packing slips using Cart & Checkout Information in Dibs.
Setup Steps
1. Enable setting in Dibs
- Go to Dibs → Customize → General Settings
- Turn ON Cart & Checkout Information

2. Add preorder note
- Under Custom Information, add your message
Example: This is a preorder product
- Set Key Attribute = Note
- Click Save
Important
The Key Attribute must be: Note. Otherwise, the tag will not display on checkout or packing slip.

3. Update packing slip template in Shopify
- Go to Shopify Admin → Settings → Shipping & Delivery → Packing Slip Template

- Add this code inside the line item description section after title, precisely after line number 126 as shown in the screenshot above.
{% if line_item.properties['Note'] != blank %}
<span class="line-item-description-line">
Note - {{ line_item.properties['Note'] }}
</span>
{% endif %}4. Test
- Place a new order with a preorder product added.
- Print packing slip → Preorder note will appear

NOTE:
- Works only for new orders after setup is created.
- Only when the order is ready for fulfillment.
If you need any further clarification, we provide free setup assistance via Chat or Zoom.
