I’m afraid there isn’t. The invoice PDF gets generated on the fly by the server and would likely overload it. It’s not that this would not be possible, but in order to make this happen it would require some custom plugin development.
I have allowed for PO payment on my site if an attendee uses Po option it shows up under attendee payment status that it PO but does not show up on the invoice. Ther must be away to put po on invoice without me having to enter it. When the student enters the PO number that should show up on the invoice.
Really there should be a way to print all event invoices at once. With a program that is this robust this should have been done. It is an accounting nightmare that you have to click on every attendee to print their invoice. You should be able to print class lists and invoices for all attendees, this would make this program much better
If you want to customize your invoice template.php file a little bit, by changing line 64 to be:
if ($payment_status != 'Completed' && $admin == false) {
then the $txn_type would be available to print out down around line 138 or so. The $txn_type is where the PO number that the user entered is stored.
Viewing 4 reply threads
The support post ‘invoice printing’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.