- Posts: 19
- Thank you received: 0
Merge Individual and Group registration.
- Anirudh Kumar
- Topic Author
- Offline
- New Member
-
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
You can edit the event, change Registration Type to only Group Registration and It should solve the issue ?
Tuan
Please Log in or Create an account to join the conversation.
- Anirudh Kumar
- Topic Author
- Offline
- New Member
-
- Posts: 19
- Thank you received: 0
when is the last time you have seen Individual and group Buy Tickets button? I think it is too much so I want Group Registration to accept Individual registration aswell so that I decrease one button and simplify process
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
1. Open the file components/com_eventbooking/views/register/tmpl/group.php
2. Find the code below :
After that, the issue should be sorted !
Tuan
Please Log in or Create an account to join the conversation.
- Anirudh Kumar
- Topic Author
- Offline
- New Member
-
- Posts: 19
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Anirudh Kumar
- Topic Author
- Offline
- New Member
-
- Posts: 19
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Richard
- Offline
- New Member
-
- Posts: 1
- Thank you received: 0
I also don't see the point in separating individual/group registrations. Just seems to add unnecessary complication.
I have tried this but can't find the code you refer to.
I'm using version 1.6.5
Help appreciated!
Thanks
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
If you are using version 1.6.5, you should download version 1.6.6 and upgrade it to your site. The reason is because version 1.6.5 might have some javascript conflicts (it only happens on some special sites).
Back to the code modification, that code is outdated. In version 1.6.5+, you will need to:
1. Open the file components/com_eventbooking/views/register/tmpl/number_members.php
2. Find the code below:
<input type="text" class="input-mini validate[required,custom[number],min[2],max[<?php echo $this->maxRegistrants; ?>]" id="number_registrants" name="number_registrants" data-errormessage-range-underflow="<?php echo JText::_('EB_NUMBER_REGISTRANTS_IN_VALID'); ?>" data-errormessage-range-overflow="<?php echo JText::sprintf('EB_MAX_REGISTRANTS_REACH', $this->maxRegistrants);?>" value="<?php echo $this->numberRegistrants;?>" />
3. Change min[2] from the above code to min[1] and It will work as expected
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.