Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author priyankajagtap

    (@priyankajagtap)

    Hi @wee2326,

    Thank you for sharing the screenshots.

    Kindly add this below-provided code snippet under the “functions.php” file of your active theme.

    function bulk_action_paper_break() {
    ?>
    <style>
    /* CSS Media Queries for Print
    ------------------------------------------*/
    @media print {
    .content {
    padding-bottom: 0;
    page-break-after: always;
    }
    }
    </style>
    <?php
    }
    add_action( 'wcdn_head', 'bulk_action_paper_break', 10, 1 );

    After adding this custom code, please check if the individual orders appear on separate pages or not.
    Please check and let us know the results.

    Thread Starter wee2326

    (@wee2326)

    Thank you for solving my problem!

    Plugin Author priyankajagtap

    (@priyankajagtap)

    Hi @wee2326,

    You’re always welcome 🙂

    Feel free to write back to us if you have any further queries.

    Plugin Author priyankajagtap

    (@priyankajagtap)

    Hi @wee2326,

    We released the new update 5.1.0 yesterday and released the appropriate fix for this issue. So kindly remove the provided code snippet from your site, and update our plugin to its latest v5.1.0. And check if the individual orders appear on separate pages or not.

    Please check and let us know the results.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Batch print orders overlap.’ is closed to new replies.