Removing Text From Packing Slips in Shopify

2 min. readlast update: 08.14.2024

We understand that a little customization can go a long way for anything from email signatures to packing slips, and we’re here to help!

The good news is that Shopify allows you to customize your packing slip template to add or remove the text you do and don’t want, respectively.

As an example, packing slips can include a message near the bottom that says “There are other items from your order not included in this shipment.”

if you want to remove it, just follow these steps:

  • Log in to your Shopify Admin.
  • Click Settings at the bottom left corner.
  • Select Shipping and delivery.
  • Scroll down to the Packing slips section.
  • Click Edit and this will take you to the Edit packing slip template page.
    • This page shows you the Liquid code that makes up your packing slip template and you can edit it to make changes to your generated packing slips.
      • Liquid is an open-source template language created by Shopify.
  • Find the line or section of code that contains the message “There are other items from your order not included in this shipment.”
    • Always make a backup or copy of the original code before making changes. (ex. copy & paste the code block into a note or Google Doc before making changes)
  • Once you find that line or section of code (and make a backup), you can delete or comment it out.
    • Code section to remove:

{% unless includes_all_line_items_in_order %}

<hr class="subdued-separator">

<p class="missing-line-items-text ">

There are other items from your order not included in this shipment.

</p>

{% endunless %}

undefined

  • After making your desired changes, click Preview template at the top right and make sure everything looks good.
  • Finally, click Save.

Here’s an example of what your packing slip should look like before and after editing the template code.

Before:

undefined

After:

undefined

 

Was this article helpful?