fetching event registration status from the database
- Jono
- Topic Author
- Offline
- Premium Member
-
Less
More
3 years 5 months ago #147577
by Jono
fetching event registration status from the database was created by Jono
Hi,
I am working on a custom script that needs to fetch the event registration status from our Joomla database.
But currently we couldn't find where the status is saved in the database after the registrant has cancelled his/her event. We've looked at the "_eb_registrants" table in the database. The "payment_status" doesn't show the cancellation change status after the member has cancelled the event registration.
Can you let me know where to look?
I am working on a custom script that needs to fetch the event registration status from our Joomla database.
But currently we couldn't find where the status is saved in the database after the registrant has cancelled his/her event. We've looked at the "_eb_registrants" table in the database. The "payment_status" doesn't show the cancellation change status after the member has cancelled the event registration.
Can you let me know where to look?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
3 years 5 months ago #147579
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic fetching event registration status from the database
Hello
The data is stored in published field:
- 0: Pending
- 1: Paid
- 2: Cancelled
Hope it helps
Regards,
Tuan
The data is stored in published field:
- 0: Pending
- 1: Paid
- 2: Cancelled
Hope it helps
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- PWV Webteam
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
2 years 10 months ago #152130
by PWV Webteam
Replied by PWV Webteam on topic fetching event registration status from the database
Hi Tuan,
I have a script that needs to identify folks on the waiting list. Is the "published" field in eb_registrants set to 3 for people on the waiting list? Or is there a better way to identify someone on the waiting list?
Thanks, Alan
I have a script that needs to identify folks on the waiting list. Is the "published" field in eb_registrants set to 3 for people on the waiting list? Or is there a better way to identify someone on the waiting list?
Thanks, Alan
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
2 years 10 months ago #152132
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic fetching event registration status from the database
Hi Alan
Checked for published = 3 in #__eb_registrants table is the only option
Regards,
Tuan
Checked for published = 3 in #__eb_registrants table is the only option
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.