• Resolved pranavdeobhakta

    (@pranavdeobhakta)


    Hi,

    Is it possible to have multiple series of invoice numbers with their multiple prefix & suffix formats. Currently plugin only supports one single invoice numbering system for all products. Can this be customized in Pro version? Also can this same feature be customized for Proforma Invoice numbers to have multiple proforma invoice numbering series for multiple products ?

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

    (@pomegranate)

    Hi! Theoretically this is possible, although this is not something you’ll be able to do from the settings out of the box (neither free or pro). The first and most important question is whether you only need separate numbers or if the products actually need separate invoices too (in case one order has multiple products that don’t have the same numbering system).

    There are several filters that you can use for this purpose:

    1. wpo_wcpdf_document_number_settings which lets you set the prefix and suffix based on your own criteria
    2. wpo_wcpdf_raw_document_number to replace the unformatted document number with your own
    3. wpo_wcpdf_external_invoice_number_enabled & wpo_wcpdf_external_invoice_number specifically for invoice numbers (doesn’t affect proforma) – example here.

    This is quite advanced and requires a fair bit of knowledge of PHP, and also beyond free support. I hope this gets you on track though!

    Ewout

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple invoice number series for multiple products’ is closed to new replies.