Disable Payment options for waiting list

  • Donna Torr
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 9 months ago #117792 by Donna Torr
Disable Payment options for waiting list was created by Donna Torr
Hi there,

I have set up the waiting lis feature for not yet scheduled events, is it possible to disable the payment options for the waiting list so people do not have to pay in advance?

Regards
Donna

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

More
6 years 9 months ago #117810 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Disable Payment options for waiting list
Hi Donna

When Waiting List is enabled, users should not have to pay while registering for the event

Please note that waiting list will only be activated when the event is full. So for this kind of events, you need to:

- Set Capacity to 1
- Add a new registration record for that event so that it's full

Please try that to see whether it works

Tuan

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

  • Donna Torr
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 9 months ago #117872 by Donna Torr
Replied by Donna Torr on topic Disable Payment options for waiting list
Hi Tuan,

The capacity is set to 1 and a registration has been added (this was already done as part of making sure the date shows as TBC). However, the Payment option is still showing for some reason. Please see screenshots attached.

If I disable the waiting list then the course displays 'We are no longer accepting registration for this event' proving that it is full with the dummy booking.

Do you perhaps have any other ideas based on the settings I have in the screenshots?

Best Regards
Donna
Attachments:

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

More
6 years 9 months ago #117877 by Donal
Replied by Donal on topic Disable Payment options for waiting list
hi Donna,

unfortunately, you need to edit code to remove the payment details on the waiting list. I believe this should be an option, as I've had a lot of customers tell me that they didn't join my waiting list because they thought they would have to pay full price.

See my notes below for current solution using a code edit
"Remove Payment Info from Waiting List
The file is now moved to new location components/com_eventbooking/themes/default/register/default.php since we now support theme concept. However, if you make the change, I think you should move the modified file to templates/shaper_corporex/html/com_eventbooking/register folder so that the change won't be lost when you update to future releases of the extension"

if (($this->totalAmount > 0 || !empty($this->ticketTypes) || $this->form->containFeeFields()) && !$this->waitingList)

{

$showPaymentInformation = true;

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

  • Donna Torr
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 9 months ago #117878 by Donna Torr
Replied by Donna Torr on topic Disable Payment options for waiting list
Brilliant thank you, there was an extra bracket in your code after containFeeFields()) - I removed this and the payment options are no long displayed. The price field and the heading are still there however - is there a simple way to remove the entire Payment information section?

Regards
D

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

More
6 years 9 months ago #117892 by Donal
Replied by Donal on topic Disable Payment options for waiting list

Donna Torr wrote: I have set up the waiting lis feature for not yet scheduled events,


Looks like another user who is interested in a pre-registration list...
www.joomdonation.com/forum/events-bookin...or-waiting-list.html

Due to Event Booking not supported pre-registration lists, I have built a solution using acymailing and rsforms for registration of interest.

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

Moderators: Tuan Pham Ngoc