Skip to main content

How to Add Field Answers to Shopify Packing Slips with Magical Fields

Kyle Godon·Published · Last updated help

If you want custom field answers to appear on your Shopify packing slips, follow these steps:

  1. From your Shopify admin, go to Settings > Shipping and delivery.
  2. In theShipping and delivery menu, clickPacking slip template.
  3. Find the line that contains #{{ line_item.title }}.
  4. After the closing tag for around that code, paste the following code:{% unless line_item.properties == empty %} {%- for prop in line_item.properties -%} {% unless prop.first == "_Form Fields" %} #{{ prop.first }}: #{{ prop.last }} {% endunless %} {%- endfor -%} {% endunless %}
  5. ClickSave.

Once saved, your packing slips will show the answers customers provided in your custom fields. ​ If you’d rather see how this works, you can watch the quick video below:

Originally from our Help Center

Can't find what you're looking for?

We build custom solutions and love hearing from merchants. Tell us what you need.

Get in touch