I have a client who prints out orders from shopsite every day.
Unfortunately, they can't just select all of the orders in the select
box, click "View Orders", and print, because the page breaks don't
happen at the end of individual orders - instead, the orders run
together and get split across pages. So they have to click on each
order and print them one at a time, which is a real pain when they have
more than 50 orders on a day.
It would seem this problem could be easily solved by adding a
style="page-break-before: always"
attribute to the table that lays out every order except the first one,
and I was wondering if perhaps this had been fixed in ShopSite Pro 6.1.1
- if so, I'll just have them upgrade.
-Alex