Need Register Group UI to work for one person

  • jeff@marymoor.com
  • Topic Author
  • Offline
  • New Member
  • New Member
More
14 years 4 months ago #6432 by jeff@marymoor.com
Need Register Group UI to work for one person was created by jeff@marymoor.com
In my application, parents will be registering their kids for bus rides. The parent has the Joomla account and billing details, while their child is the participant. Thus, I'd like to separate the participant name from the billing details.

It would be great to use the Group Registration UI/workflow for a single user, but the plugin explicitly doesn't allow that currently.

Related: Having two different registration buttons (individual vs. group) is clumsy. Would be better to have just one and let the user request the addition of more participants as needed.

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

More
14 years 4 months ago #6434 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Need Register Group UI to work for one person
Hi

In my application, parents will be registering their kids for bus rides. The parent has the Joomla account and billing details, while their child is the participant. Thus, I'd like to separate the participant name from the billing details.

It would be great to use the Group Registration UI/workflow for a single user, but the plugin explicitly doesn't allow that currently.



=> This will be available in version 1.3.0 which will be released in the next few days. Please wait us for few days !

Related: Having two different registration buttons (individual vs. group) is clumsy. Would be better to have just one and let the user request the addition of more participants as needed.


=> There are some reasons for using two buttons which I will explain to you later (alitle busy now, in rush to finish version 1.3.0). Also, you can always disable one of the two options (for example, you can disable Individual or Group registration option) .

Thanks,

Tuan

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

  • jeff@marymoor.com
  • Topic Author
  • Offline
  • New Member
  • New Member
More
14 years 4 months ago #6656 by jeff@marymoor.com
Replied by jeff@marymoor.com on topic Re: Need Register Group UI to work for one person
Hi Tuan, did the feature to register a single person via the Group UI get done? I don't see it in 1.3.

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

More
14 years 4 months ago #6661 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Need Register Group UI to work for one person
Hi

It is possible to use group registration with single registrant in version 1.3.0. However, you need to modify the code within one file alitle. Please open the file components/com_eventbooking/views/register/group.php, look at line 64, change it from :
Code:
if (parseInt(form.number_registrants.value)< 2) {

To
Code:
if (parseInt(form.number_registrants.value)< 1) {

After that, It will work properly .

Thanks,

Tuan

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

More
13 years 11 months ago #9363 by pjg
1. I have done this, however, I get the following major error:

If I register 1 person through what was the group booking function, nobody, including the billing details person, gets a confirmation of the participants - they only get an email confirmation with details of the billing details person.

If I register 2 people, the participants' details are included as they should be.

2. In either of the above cases, the participants DO NOT receive any confirmation of their registration. Only the billing details person ever receives the confirmation.

Can it be set so the participants receive email confirmations? As well as the Billing person?

Thanks for assistance!

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

Moderators: Tuan Pham Ngoc