Add Additional Page through Filter Hooks
-
I am looking to customize the packing slip by adding a second page with some additional packing information.
I already have a method in my functions.php with the all of the information, but I cannot figure out how to add a new page using the filter hooks.
I have tried adding the new page content, “<div style=”page-break-before: always;”></div>” (https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/inserting-a-page-break/), however that did not seem to work.
Is there a way to append a new page with just text to the end of the generated packing slip with the filter hooks?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add Additional Page through Filter Hooks’ is closed to new replies.