What determines a users place in the reg list?

  • jshucart
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 2 weeks ago #15315 by jshucart
I notice when looking at t0r4j_eb_registrants table that there are a lot of entries for users who did not complete their registrations as they do not show up on the registration tab. What field in the registrants table determines whether a user has completed registration successfully? It doesn't seem to be the published field or payment_date or payment_status field...

-Jacob

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

More
13 years 2 weeks ago #15328 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: What determines a users place in the reg list?
The extension used two fields :

- published
- payment_method

Basically, the extension only shows paid registrants or registrants who use offline payment method . Something like the code below in where clause :

WHERE (a.published=1 or a.payment_method="os_offline") .

Is it clear ?

Tuan

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

  • jshucart
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 2 weeks ago #15333 by jshucart
That's exactly what I was wondering. Thank you!

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

Moderators: Tuan Pham Ngoc