Posted: August 16, 2012 at 12:48 pm
|
I see the invoice PDF shows the “Primary ID” which is nice, but for my client I’m assuming they would want to filter the pending payment orders when people come to pay in cash by the unique “transaction ID”. Is there anyway to add this and in general other fields to the PDF invoice? I also noticed in my invoice it says “or use the payment link below”, however there is no link below. Anyone else experience the payment link not showin in their pdf’s? |
Please see this thread: https://eventespresso.com/forums/2011/12/adding-information-to-the-pdf-invoice-template/ The “or use the payment link below” might be something that was added in the invoice settings. That’s not something Event Espresso adds, unless you’re referring to the email, in which case, you could use the [payment_url] email shortcode. Since typically an invoice will not have a transaction ID (they haven’t paid yet) it doesn’t include this info. The payment confirmation email can display this by adding this shortcode: [txn_id] |
|
|
makes perfect sense, thanks for the clarification Josh! |
|
You were right about the “link below” in the invoice settings, thanks Josh. Unfortunately the code to show the Registration ID is not working. The words “Reg. ID:” show up but nothing else. I looked up in the code and saw there was a variable declaration commented out for “$registration_id=$attendee->registration_id;” . I uncommented this and then instead of “$reg_id” like the link you pointed me to was using I replaced it with “$registration_id”. It then just showed a “2”. (probably counting the amount of attendees on that invoice). I followed thats links code verbatim but it was blank, probably too old for the latest version. I guess I just want a unique type of number (an invoice number of sorts) so the admin can easily look up orders and change the payment status instead of using names, classes etc.. |
It’s not the number of attendees. However, I’m still trying to determine what it is. I’ll let you know what I can find. |
|
Okay, here we go. In that old post on those forums, this is what Jost posted:
Uncommenting the
(so you’re removing the |
|
|
thans so much Chris, I really appreciate the amazing support from you and Josh and the rest of the team. Un matched by any other forum support I’ve ever experienced. |
|
That Did it!! thanks so much! |
No problem. Comments like that are gold stars enough ๐ |
|
The support post ‘Add trans ID, Reg ID and potentially other info to the Invoice PDF?’ 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.