#if ($request.getParameter("registrationInode"))
#set($registration=$webevents.getRegistration($request.getParameter("registrationInode")))
#else
#set($registration=$request.getSession().getAttribute("com.dotmarketing.webevents.registration.bean"))
#end
#set($event=$webevents.getWebEvent($registration.eventInode))
#set($location=$webevents.getWebEventLocation($registration.eventLocationInode))
#set($attendees=$webevents.getRegistrationAttendees($registration))
#parse('static/messages.html') |
Thanks for your Registration Order #${registration.inode}
Here is a summary of your registration. An email will be sent to this email address: $registration.billingContactEmail with the
registration information. Please submit payment to the address below. Once payment is received a confirmation email will be sent with information to access the webinar.
|

913 Gulf Breeze Parkway Suite #6
Gulf Breeze, FL 32561
EIN: 59-3691553
|
|
Invoice
|
P.O. NO. |
TERMS |
DUE DATE |
$!{registration.poNumber} |
|
|
Your Registrations |
Amount |
#set($total = 0)
#foreach ($attendee in $attendees)
#set($total = $math.add($total,$attendee.registrationPrice))
$!event.title |
$!location.toString()
|
Name: $attendee.firstName $attendee.lastName
|
|
$$!webapi.toPriceFormat($attendee.registrationPrice) |
#end
Total |
$$!webapi.toPriceFormat($total)
|
The Studer Group, L.L.C.
850-934-1099
|
|