• JasperVBR

    (@jaspervbr)


    Hi,

    I have a strange issue with the WooCommerce PDF Invoices & Packing Slips plugin.
    Normally, the invoice PDF were always send with the New Order (Admin email), but now sometimes the PDF isn’t included… the strange thing is, that this isn’t always but sometimes…

    Can you help me fix this problem?

    Thank you.

    Regards,
    Jasper

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hello Jasper,
    That’s strange indeed. The only thing I can think of is that this is caused by a recent feature addition that prevents creating duplicate files (which also had numerous issues). We could temporarily disable this feature with a small code snippet:

    
    add_filter('wpo_wcpdf_reuse_attachment_age', '__return_zero');
    

    Could you let me know if that resolves the issue for you? If you haven’t worked with code snippets (actions/filters) or functions.php before, read this guide: How to use filters

Viewing 1 replies (of 1 total)
  • The topic ‘PDF not always included with New Order (Admin email)’ is closed to new replies.