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) »
  • Modify event registration flow?
Pages: [1]

Author Topic: Modify event registration flow?  (Read 414 times)

thoni56

  • I post occasionally
  • **
  • Posts: 40
  • Karma: 1
  • CiviCRM version: 4.7.3
  • CMS version: Joomla 3.4.8
Modify event registration flow?
October 31, 2013, 03:57:08 am
Is it possible to tweak the event registration flow beyond allowing waitlist and approval?

I'm allowing off-line payments but using invoicing (in addition to paypal direct payment). That means that a participant must provide invoicing info before being registered. As it stands off-line payment puts the registration in a pending state, Pending payment, which is subject to the same timeout as all other pending states.

I'm hoping to either modify the time limit for *only* this pending state, or moving those selecting invoicing to a another state, "Waiting for invocing info", which would be a waiting state rather than a pending state.

Is something like this possible without reprogramming? With forward compatible reprogramming?

Any other suggestions for solutions?

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Modify event registration flow?
October 31, 2013, 07:13:24 am

You can add your own participant status and use them:

http://drupal.demo.civicrm.org/civicrm/admin/participant_status?reset=1

civicrm wont use any of the custom ones in its internal workflow, but you can use them for your use manually (or via your custom code if needed)

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

thoni56

  • I post occasionally
  • **
  • Posts: 40
  • Karma: 1
  • CiviCRM version: 4.7.3
  • CMS version: Joomla 3.4.8
Re: Modify event registration flow?
November 21, 2013, 05:14:31 am
Yes, I did know that, but what I was looking for was way to make the registration process put the registrant in two different states depending on if they selected "Invoicing" or not.

To do that, do I need to change some core code? Is there another way of doing that?


Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Modify event registration flow?

This forum was archived on 2017-11-26.