Our Attendees want to see a list of everyone who was registered, on their invoice. We’re using a custom invoice template, and on it there is an “ATTENDEE_LIST” section, but nothing we add to that section appears on the final invoice. Please advise.
The attendee list section is not called on the template by default, so have you added [ATTENDEE_LIST] to a section that allows it? I think the only section that supports it is the TICKET_LIST section.
_LIST shortcodes loop over all elements passed to it and output the details you have set in their section for each element that was passed, so you may want to wrap the shortcode in a UL:
<ul>[ATTENDEE_LIST]</ul>
Then within the ATTENDEE_LIST section, wrap all of the content within an li, for example:
That doesn’t seem to have any effect on the invoice. In fact [FNAME] and [LNAME] are not allowed in that section. The only names available, according to the hamburger menu are PRIMARY_REGISTRANT_FNAME/LNAME.
There’s an ATTENDEE_LIST section in the template, but adding
[FNAME] [LNAME]
to that section also seems to have no effect on the resulting invoice. What am I missing?
That doesn’t seem to have any effect on the invoice. In fact [FNAME] and [LNAME] are not allowed in that section. The only names available, according to the hamburger menu are PRIMARY_REGISTRANT_FNAME/LNAME.
In what section? [FNAME] and [LNAME] should have been added within the ATTENDEE_LIST section, they are only valid for that section.
Based on your reply it looks like you tried adding them to TICKET_LIST.
There’s an ATTENDEE_LIST section in the template, but adding
[FNAME] [LNAME]
to that section also seems to have no effect on the resulting invoice. What am I missing?
It won’t, because as mentioned above [ATTENDEE_LIST] is not called by default, you need to add that.
The support post ‘Add Attendee List to Invoice’ 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.