Unpaid registrants appearing in job_registrants

  • wongacp
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 8 months ago #10618 by wongacp
Hi,

Is there a way for me to NOT include registrants that have not paid on the t0r4j_registrants table? At the moment, what we are noticing is that if someone cancels out of PayPal, their names appear on the table. Is there a way to prevent this from occurring?

I have a PHP program that is pulling out registrants that has number_registrants <=1. Unfortunately, even when someone who has not paid, and cancels out of the registration process by canceling out of Paypal, they are still appearing in the job_registrants table as number_registrants =1.

If there is a better way of pulling out the information about the number of registrants who have paid.

Also from the admin panel, when I search registrants with for pending payment status, the unpaid registrants do not appear. So things are kind of confusing.

Any advise would be most appreciated.

Thanks.

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

More
13 years 8 months ago #10649 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Unpaid registrants appearing in job_registrants
Hi

The registration need to be stored into database before redirected to Paypal . To get list of registrants which were paid, please run query with published = 1 .

Hope this help !

Regards,

Tuan

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

  • wongacp
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 8 months ago #10842 by wongacp
Thanks so much Tuan. I really appreciate your help.

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

Moderators: Tuan Pham Ngoc