CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Moving from Waitlist with Paypal Payment
Pages: [1]

Author Topic: Moving from Waitlist with Paypal Payment  (Read 922 times)

marvs5

  • I’m new here
  • *
  • Posts: 15
  • Karma: 0
Moving from Waitlist with Paypal Payment
October 14, 2010, 01:33:20 pm
I have an event which filled to capacity and several people on the waitlist.  A registrant canceled and I need to move the first person on the waitlist to being registered...while at the same time collecting a Paypal payment from them. I have no idea how to collect the payment from that person via CiviCRM.  Anyone know how this can be done?

TIA.


Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Moving from Waitlist with Paypal Payment
October 15, 2010, 02:37:20 am
The easiest way is to setup a cron script which will do that for you. The script should move the first person (or first few people) from the waitlist to a pending state and send them emails with a page that they can go to and finish the registration (by paying for the event).
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

marvs5

  • I’m new here
  • *
  • Posts: 15
  • Karma: 0
Re: Moving from Waitlist with Paypal Payment
October 15, 2010, 05:58:32 am
Will ParticipantProcessor.php generate the payment request to the participant moved to pending, or do I need to write something custom?

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Moving from Waitlist with Paypal Payment
October 16, 2010, 09:47:24 pm
I'm pretty sure the cron sends them an e-mail with a URL to go to - the URL picks up from the started registration & allows payment
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

marvs5

  • I’m new here
  • *
  • Posts: 15
  • Karma: 0
Re: Moving from Waitlist with Paypal Payment
October 18, 2010, 02:33:20 pm
The registrant said it just put him back on the waitlist.  Not sure what is happening.


Kiran Jagtap

  • Ask me questions
  • ****
  • Posts: 533
  • Karma: 51
Re: Moving from Waitlist with Paypal Payment
October 20, 2010, 01:06:29 am
Hello marvs,

ParticipantProcessor.php first check the available seats for given event and then move participant from waiting list to pending state and send auto generated mail to primary participant for payment/confirmation.

Lets consider :
I do have event w/ waiting list configured, when event is get full and new registration comes in picture, it'd become a part of waiting list.
Now if by chance some confirmed registrations get cancelled or admin increases size/limit of event seats, subsequent cron ( ParticipantProcessor.php ) run check for first waiting list registration, validates for required seats and availability and then send auto generated mail to primary participant to confirm registration.

here for transfer of participant state from waiting list to pending, we do follow first come first serve basis.

hope it help

Kiran
You Are Designed To Choose... Defined By Choice.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Moving from Waitlist with Paypal Payment

This forum was archived on 2017-11-26.