• I have the free version. I don’t know if the paid version would fix this but please let me know.

    My products are custom and have a lot of options. So there is usually a lot of order info that gets printed.

    However, when I go to print invoices/packing slips, the first page prints only the header with my company information. It is then blank, and then, the order details get printed on the next pages.

    I need the order details to print below the header. Could you please let me know how to fix the layout?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor kluver

    (@kluver)

    Hi @liz1cp,

    It’s hard to say what might be going wrong without seeing an example. You say you have a lot of item meta. It might be simply the case that this won’t fit on one page (including the header and footer). You can try to lower your footer height (WooCommerce > PDF Invoices > General) and see if everything fits.

    If this is not the case and the item meta should also fit on one page can you send an example of your packing slip to support@wpovernight.com so we can see what might cause this?

    Thread Starter liz1cp

    (@liz1cp)

    Hi,

    I emailed you an invoice pdf. Hope you got it.

    Thanks

    Plugin Contributor Ewout

    (@pomegranate)

    Thanks for sending that. There’s 2 things happening here:

    1. The order meta is printed twice, once before the SKU (where item meta is normally printed) and once after the SKU in a smaller font. The latter is unusual and means something/someone is hooking into the wpo_wcpdf_after_item_meta action to output this data. Assuming this is the default Simple template without any customizations, it may be the plugin that you used for the custom product. Which plugin is that? Or are you using any action hooks yourself?
    2. Because the order meta is almost as big as the page itself, the PDF library has a hard time trying to fit it all properly on the page. This is primarily because the data is all printed in a table row and it tries to keep this together (for whatever reason…).

    If you can fix #1 so that you only get the data once, that may perhaps solve the problem for you already.

    Fixing #2 is harder, and would require creating a custom template to either print the data in a more compact (less vertical) format, or print the data not in a table but separately so that the data could be split accross pages more easily.

    We don’t have a ready made solution for this I’m afraid. Finding out what is causing the duplicate info is a good first step though.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘psd/packing slip layout help’ is closed to new replies.