At the moment the invoice shows a “Primary Attendee ID”, is there Transaction ID instead? Something that is Unique to an invoice which can be used to search and update offline payments. If yes, how to do replace it in the current template.
In order to prevent the changes from being overwritten during an update, don’t forget to copy the /gateways/invoice/ directory to /wp-content/uploads/espresso/gateways.
Thanks got that fixed. Another question, how do I add price_option from the attendee_table. I have extracted the data but could display it correctly on the PDF. Any help on that?
FPDF uses a really odd way of positioning data. You could very well be echoing the data but because you haven’t added a position for that data, it’s not displaying or displaying off the page. My recommendation if you are adding new fields is to copy one of the existing ones (something that’s close — in terms of positioning — to where you want the field to display on the invoice), and then fiddle with the x/y coordinates (e.g. the numbers after $pdf->Cell or $pdf->MultiCell).
Viewing 3 reply threads
The support post ‘Invoice Transaction ID’ 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.