• Resolved kurtqstyle

    (@kurtqstyle)


    Is it possible to add an option to add invoice number to every page? My custom products have serveral options. Large orders have multiple pages. Keeping track of printed invoices is a hassle when having multiple orders with multiple pages…
    Also, adding an option to add page numbers (or automatically) would be greatly appreciated!

    Thanks!

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

    (@alexmigf)

    Hello @kurtqstyle

    First you have to repeat the footer on every page by following this guide: Repeating footers

    Then you display the invoice number inside the footer using this method:

    $this->invoice_number();

    Hope that helps!

    • This reply was modified 4 years, 5 months ago by alexmigf.
    Thread Starter kurtqstyle

    (@kurtqstyle)

    Wow, thanks for the very quick reply.
    will have a look at it!

    The guide is really helpful, thank you Alex!

    My only suggestion would be to clarify that the footer part is already in the template file and needs to be MOVED up below the header. In my case I copied your code as I thought its something additional and didn’t understand what was going on until I saw the code in the template appearing twice.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Invoice number on all pages’ is closed to new replies.