Group Registered - Check-In

More
10 months 4 weeks ago - 10 months 4 weeks ago #158871 by Rayjane
Replied by Rayjane on topic Group Registered - Check-In
For those wanting "Events Booking -> Registrants -> Checked In" to display the number of participants of each group who have already checked in, the following template override works for us.
  • Create this template override:
    /html/com_eventbooking/registrants/default.php
  • after line 495, add this PHP code :
Code:
if($row->is_group_billing){echo $row->checked_in_count."/".$row->number_registrants."<br/>";}
Cheers!
Last edit: 10 months 4 weeks ago by Rayjane.
The following user(s) said Thank You: Tuan Pham Ngoc, Mary

Please Log in or Create an account to join the conversation.

More
10 months 4 weeks ago #158873 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Group Registered - Check-In
Thanks Rayjane for sharing the override

Tuan

Please Log in or Create an account to join the conversation.