#parse('static/messages.html') #set ($registrations = $webevents.getWebEventRegistrationByUser($user.userId)) #set ($orders = $productwebapi.getProductOrdersByUser($user.userId)) #set( $statuses = $webevents.getRegistrationStatus())
You can View and edit your Event Registrations and/or Fire Starter Orders

Event / Institutes Registration History

#foreach($registration in $registrations) #set ($event = $webevents.getWebEvent($registration.eventInode) ) #if ($registration.registrationStatus != 6) #end #end
Order# Event Order Date Status Total
$!registration.inode $!event.title $UtilMethods.htmlDateToHTMLTime($!registration.datePosted) $statuses.get($webevents.valueOfStatus($!registration.registrationStatus)) $ $webapi.toPriceFormat($!registration.totalRegistration)


Fire Starter Order History

#foreach($order in $orders) #end
Order# Order Date Status Total
$!order.inode $UtilMethods.htmlDateToHTMLTime($!order.datePosted) $statuses.get($webevents.valueOfStatus($!order.orderStatus)) $ $webapi.toPriceFormat($!order.orderTotal)


if you have a questions or concern about these orders and
registrations please contact us at 1-800-STUDERGROUP or email us (help@studergroup.com)