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.
Thank you for solving my problem!
Hi @wee2326,
You’re always welcome 🙂
Feel free to write back to us if you have any further queries.
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.