Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Add additional details to packing slip

Add additional details to packing slip

select112
New Member
5 0 0

I need to have additional details on our packing slips.  The app is PifyCart & Customer Attributes (I'm open to using someone else if needed).  Their code works for OrderPrinter but I don't like the way their packing slip looks and we need to be able to filter orders.  When I use that code on Shopify packing slip, it gives me the Additional Information box but not the actual information.  So close!!

Replies 5 (5)

Sonya_2025
Shopify Partner
294 36 53

Hey @select112 

Can you provide more details about this issue?

like screenshot about the additional information box? what is the actual information you refer to? 

 

Please let me know if it works by giving it a Like or marking it as a solution!
Feel free to reach out.Get Shopify free trial 1$/mon
 EMAIL ME  Motivate me by  PAY ME
select112
New Member
5 0 0

Here is the screen shot - it's at the bottom of the page.  The additional details the customer gave doesn't show up in the box.  It shows up if I do the code on the Order Printer app, but if I use this code on the Shopify packing slip, it doesn't

Here is the code I used:

<div style="padding: 1.5em; border: 1px solid black;"> <h2 style="margin: 0 0 1em 0;">Additional Information</h2> <div> {% for attribute in order.attributes %} {{ attribute | first }}: {{ attribute | last }} <br/>{% endfor %} </div> </div>

ADDITIONAL DETAILS BOX.jpg

Sonya_2025
Shopify Partner
294 36 53

Hi @select112 

Thanks for your clarify.

https://help.shopify.com/en/manual/fulfillment/managing-orders/printing-orders/packing-slips/variabl...

Refer to this article, we can not get additional information for packing slips.

So you need change your work flow. 

Try using apps that add customize options in product page. not in cart page. like this app

Also there is same issue like yours. pls have a check: here

 

Hope this helps.

Please let me know if it works by giving it a Like or marking it as a solution!
Feel free to reach out.Get Shopify free trial 1$/mon
 EMAIL ME  Motivate me by  PAY ME
select112
New Member
5 0 0

Thank you for your response.  Unfortunately, I need the attributes on the cart page, the product page won't work.  I downloaded Order Printer app and the attributes will work in that, but there is no way to filter orders to print and that is something I definitely have to have.  Is there anyone for hire that could do this for us?

Sonya_2025
Shopify Partner
294 36 53

Hi @select112 

There are many order printer app. Try to use another app instead

Please let me know if it works by giving it a Like or marking it as a solution!
Feel free to reach out.Get Shopify free trial 1$/mon
 EMAIL ME  Motivate me by  PAY ME