#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
Order# |
Event |
Order Date |
Status |
Total |
#foreach($registration in $registrations)
#set ($event = $webevents.getWebEvent($registration.eventInode) )
#if ($registration.registrationStatus != 6)
$!registration.inode |
$!event.title |
$UtilMethods.htmlDateToHTMLTime($!registration.datePosted) |
$statuses.get($webevents.valueOfStatus($!registration.registrationStatus)) |
$ $webapi.toPriceFormat($!registration.totalRegistration) |
#end
#end
Fire Starter Order History
Order# |
Order Date |
Status |
Total |
#foreach($order in $orders)
$!order.inode |
$UtilMethods.htmlDateToHTMLTime($!order.datePosted) |
$statuses.get($webevents.valueOfStatus($!order.orderStatus)) |
$ $webapi.toPriceFormat($!order.orderTotal) |
#end
|
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)
|