I have an issue with a packing slip. Right now marine of my packing slip is set to bottom: 5in; because bottom 5 inch has a return label on it. Now I want to print order number on the side of that return label so that when we get returns it can be easily possessed. Now if I reduce that 5in to 1in from bottom and the order has a multiple then it will start printing on the return label which we don't want. But some how if we can restrict the loop of item to print only 4 item on the page then it can be resolved. SO MY QUESTION is How can I restrict printing loop to only 4 item on page and then move forward to print on other page to avoid printing on return slip in bottom. Let me know if anyone still need clarifications