Accepting credit cards, warehouses, and shipping and fulfilling orders
How can I print the box (which is selected when entering shipping label info) on the packing slip? We use the packing slip during the pick and box process. Without having it on there it makes it hard for the packer to know which box to use. The box needs to match the shipping label.
Hey Greg,
I agree this is a huge problem! Even us App Developers aren't able to access that information about an order or set it for an order. I went ahead and created an app that enables you to update your Packing Slip to display exactly the information you're asking for. You'll need to upload your item and packaging dimensions and then we'll assign a package to an order based on that and you can see the best packaging at checkout.
Link to our app: https://apps.shopify.com/pls-smart-pack-ship
A short video demo:
The code snippet discussed to add to your Packing Slip Template:
{% if order.metafields != blank and order.metafields.PLS != blank and order.metafields.PLS.packaging != blank %}
<hr>
{% for package in order.metafields.PLS.packaging %}
<p>Package Name: {{package.name}}</p>
<p>Length: {{package.length}}</p>
<p>Width: {{package.width}}</p>
<p>Height: {{package.height}}</p>
{% endfor %}
{% endif %}
Find Global Growth Opportunities For Your Business with Shopify AcademyLearn how to exp...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025