I’m having trouble printing packing slips because the header is not showing up on every page. Can someone help me figure out how to add the header to every page of the packing slip when there are multiple pages of order line items?
I only need the header to include the logo, PO number, and date. Thanks!
In order to add a header on every page of the packing slip, you’ll need to limit the page-space available for other information such as order items, shipping and billing addresses etc.. Limiting the page-space available will allow you to allocate space for the header in every page.
Then with the use of Liquid loops and conditionals, each page will then have a header, and its content will not be a duplicate of the previous page.
I was able to do this in the past with my previous client using the instructions I’ve share with you above. See images below. With the instructions above, we were able to add header and footer on every page and make sure that every page’s content is unique.
Since you’re looking to add this into your packing slip, I’d be happy to do this for you for a fixed fee of $25. Let me know if you’re interested and if you have any questions, feel free to ask
I need header on the multiple page suppose If I have more line item then it will print to the next page. So I want header on that page also. I have header on the first page. But I want for the multiple page.
Yeah, in the screenshot I shared, those are multiple pages with different line items/page but still have the same header (see the page count at the top changing in each screenshot).
The solution I shared with you will help you achieve that. That’s how I attained it with the example I shared
Yes, it would be better, but I don’t have the time to write very detailed instructions for you. The solution also requires me to look at the code myself in order to give you a detailed step by step of what you should do for that store.