• Artan

    (@artankrasniqi1988)


    Hi,

    I already went through your FAQ and found your topic “Why are my bulk printed orders not splited to separate pages?”

    I use the latest Firefox browser and try to print receipts in bulk. The problem ist there is no page break after each receipt so one starts directly in the same page as the other.

    Is only Firefox not supporting your page breaks for receiptes? Is there a solution for this?

    Thanks for your support!

Viewing 1 replies (of 1 total)
  • Thread Starter Artan

    (@artankrasniqi1988)

    Hi,

    thanks, since version 5.1.0 the bulk printing has now page breaks. I tried to work around a bit to avoid page break when there′s only one page for example, because an empty page will be added after it at the moment. Also for the last page of bulk printing always an empty page is created.

    There seem to be certain limitations when doing this via CSS.

    I tried to add this to the last div of the receipt. But had no success:

    div.order-colophon:last-child {
    break-after: auto !important;
    }

    On which element exactly are you setting the page break after? Do you think we can manage this? Because it seems multiple people, not only for this plugin but generally, have the same issue that the page-break CSS seems to create always an empty page.

    Thanks and regards

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.