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 %}
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024