Re: Miva Merchant 9 Bugs
Eric,
I was able to do a workaround by inserting this before the foreach loop for the invoice and packing list templates:
<div class="order"> </div>
This essentially creates a blank page in from of the order batch (which contains the padding) so the first order becomes page two and prints correctly. This pretty much confirms that the page contains padding to display the invoice below the top menu that shows up when you print.
Eric,
I was able to do a workaround by inserting this before the foreach loop for the invoice and packing list templates:
<div class="order"> </div>
This essentially creates a blank page in from of the order batch (which contains the padding) so the first order becomes page two and prints correctly. This pretty much confirms that the page contains padding to display the invoice below the top menu that shows up when you print.
Comment