• Resolved josede

    (@josede)


    Hi, where is the data stored? I mean the invoice with all the data including the invoice number.

    I am going to do a migration from prestashop, thats why I am asking.

    THX!

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

    (@yordansoares)

    Hi @josede,

    Our plugin creates one database table called {prefix}_wcpdf_invoice_number (on most sites, this would be wp_wcpdf_invoice_number) that contains a list of invoice numbers created since the last reset (the invoice numbering can be reset manually using the Next invoice number setting, or automatically on year change, with the Reset invoice number yearly setting).

    In addition, we store the invoice data (settings, date, number, etc.) in wp_postmeta with these meta keys:

    1. _wcpdf_invoice_settings
    2. _wcpdf_invoice_date
    3. _wcpdf_invoice_date_formatted
    4. _wcpdf_invoice_number
    5. _wcpdf_invoice_number_data
    6. _wcpdf_invoice_notes

    Hope it helps!

    Thread Starter josede

    (@josede)

    Thx so much, as always amazing support

    Plugin Contributor Yordan Soares

    (@yordansoares)

    We’re always happy to help, @josede!

    By the way, if you don’t mind and have the time, do you think you could leave us a review?

    Thanks in advance and all the best with your store!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Data stored’ is closed to new replies.