How to edit the number of registrants waitlist

  • borsteinrick
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
4 years 2 months ago - 4 years 2 months ago #131941 by borsteinrick
From the Event Booking backend, I need to edit a group registration and change the quantity registered for the event.

When I edit that the quantity field is greyed out, unavailable.


Is there a way for me to change this ?
Last edit: 4 years 2 months ago by borsteinrick.

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
4 years 2 months ago #131951 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How to edit the number of registrants waitlist
Hello

If you want to edit data in Number Registrants field, please change the code abit:

- Open the file administrator/components/com_eventbooking/view/registrant/tmpl/default.php
- Find this line of code:
Code:
<input type="text" name="number_registrants" value="<?php echo $this->item->number_registrants ?>" readonly="readonly" />

3. Remove readonly="readonly" from there

Then the field should be editable

Tuan

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

Moderators: Tuan Pham Ngoc