11-18-2020 02:36 PM
Original post by user Angela Olson
Is it possible to repeat the order number on each page of a packing slip? Sometimes our orders can be multiple pages. If orders get mixed up, if each page has the order number, it is then easy to sort through pages to determine which page belongs to which order.
11-18-2020 02:37 PM
Original reply from user Rodrigo Sagebin
One workaround is to place the order number inside of the the "Order Items Header" Here is an example of what I did -- This puts the order number on each page on the header bar next to the "Description" area. Hope that helps:
<tr>
<th align=left style=width:1.5in class=sku>Item</th>
<th align=left style=width:0.75in>Qty</th>
<th align=left>Description - Order: [Order #]</th>
<th align=right style=width:0.75in class=price>Price</th>
<th align=center class=location_ssreserved>Location</th>
<th align=right style=width:0.75in class=price>Ext. Price</th>
</tr>