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) »
  • allow duplicate event registrations.
Pages: [1]

Author Topic: allow duplicate event registrations.  (Read 2089 times)

Yoda_Oz

  • I post occasionally
  • **
  • Posts: 107
  • Karma: 2
  • CiviCRM version: 3.3.3
  • CMS version: Joomla 1.5.22
allow duplicate event registrations.
January 16, 2011, 01:10:01 am
hi,
i want to be able to allow people to register for an event twice or more times but unfortunately civicrm is not allowing it. they get an error saying:
"Oops. It looks like you are already registered for this event. If you want to change your registration, or you feel that you've gotten this message in error, please contact the site administrator. You can also register another participant."

is there some code or option i can edit to allow multiple registrations from the same person?

i also have another question: if i create an event registration manually in the backend how do i get the person to pay via paypal? it would be good so that when you create the event registration a link to pay via paypal is included in the confirmation email. is there any way to have this?

im using joomla and civi 3.3.2

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: allow duplicate event registrations.
January 16, 2011, 01:26:15 am
Quote from: Yoda_Oz on January 16, 2011, 01:10:01 am
hi,
i want to be able to allow people to register for an event twice or more times but unfortunately civicrm is not allowing it. they get an error saying:
"Oops. It looks like you are already registered for this event. If you want to change your registration, or you feel that you've gotten this message in error, please contact the site administrator. You can also register another participant."

What's your use case for that ?

(ie. one person can't be twice a the same place)

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

Yoda_Oz

  • I post occasionally
  • **
  • Posts: 107
  • Karma: 2
  • CiviCRM version: 3.3.3
  • CMS version: Joomla 1.5.22
Re: allow duplicate event registrations.
January 16, 2011, 03:23:38 am
my events are actually classes that run weekly over 10 weeks. people may choose to attend once a week, twice a week, three times, etc. sometimes people will want to increase the amount of classes they do per week so the easiest thing is to get them to register again and choose and pay for the additional classes.

Yoda_Oz

  • I post occasionally
  • **
  • Posts: 107
  • Karma: 2
  • CiviCRM version: 3.3.3
  • CMS version: Joomla 1.5.22
Re: allow duplicate event registrations.
January 16, 2011, 04:28:03 am
im not after anything special, just a quick fix.

even if it's just to comment out the line of code that checks to see if that person is currently registered or not.

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: allow duplicate event registrations.
January 16, 2011, 06:05:27 am

1. There is no option for this, u'll need to modify the code directly here:

CRM/Event/Form/Registration/Register.php, function checkRegistration

there might be other places and u'll need to understand the code a bit to change it

2. There is no option to send an invoice for someone to pay their event registration when done in the backend

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

Yoda_Oz

  • I post occasionally
  • **
  • Posts: 107
  • Karma: 2
  • CiviCRM version: 3.3.3
  • CMS version: Joomla 1.5.22
Re: allow duplicate event registrations.
January 16, 2011, 08:19:24 am
thanks. yes, that worked :)

derkel

  • I’m new here
  • *
  • Posts: 7
  • Karma: 0
  • CiviCRM version: 3.3.5
  • CMS version: Joomla 1.5.22
  • MySQL version: 5.1.49
  • PHP version: 5.3.5
Re: allow duplicate event registrations.
March 13, 2011, 07:04:39 am
What part of the code do you actually change to allow duplicate registrations?

Thanks

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • allow duplicate event registrations.

This forum was archived on 2017-11-26.