Show unpaid registrants in list

More
3 years 9 months ago #135966 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Show unpaid registrants in list
Great. Happy to hear that it works well for you now. Please remember to redo the change/re-upload the modified file each time you update to future releases of Events Booking

Tuan

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

  • Markus Schwendtner
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
3 years 9 months ago #135969 by Markus Schwendtner
Replied by Markus Schwendtner on topic Show unpaid registrants in list
Hi Tuan,

just one more thing - I want to show paid / unpaid status in the list. In the V1 this was in the same file but now it has a different structure. I added

if ($row->published == 1)
{
echo 'Paid';
}
else
{
echo 'Pending';
}

And I guess i need to do something similar, but which file ?

Thanks again !
Markus

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

More
3 years 9 months ago #135970 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Show unpaid registrants in list
The code is the same. The file is components/com_eventbooking/themes/default/registrantlist/default.php

One you complete the modification, you can move this file to PATH_TO_TEMPLATE/html/com_eventbooking/registrantlist folder so that this change won't be lost when you update to future releases of the extension

Regards,

Tuan

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

  • Markus Schwendtner
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
3 years 9 months ago #135973 by Markus Schwendtner
Replied by Markus Schwendtner on topic Show unpaid registrants in list
Perfect. Works like a charm ! Just couldnt find the file...

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

More
3 years 9 months ago #135989 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Show unpaid registrants in list
Great. I'm happy to hear that you got it works as expected

Have a nice weekend :)

Tuan

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

Moderators: Tuan Pham Ngoc