Disabling Offline Payments for Group Registration

  • mchmaster
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 9 months ago #18147 by mchmaster
Hi. Is it possible to disable offline payments for group registrations either globally or per event. I can't seem to find this feature anywhere, so I'm thinking to try to fudge some code together, but I was wondering if this issue has come up before or if maybe someone could point me in the easiest direction. Thanks.

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

More
12 years 9 months ago #18168 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Disabling Offline Payments for Group Registration
Hi

Unfortunately, right now, there is no way to disable Offline Payment Method (or any other payment methods) for Group Registration only, so you will have to customize the code yourself to have this feature. Look at the file components/com_eventbooking/views/register/view.html.php, find the following code $methods = os_payments::getPaymentMethods(trim($event->payment_methods)); in _displayGroupBillingForm function (around line 467). That would be the starting point for the customization .

Hope it gives you some clue.

Regards,

Tuan

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

Moderators: Tuan Pham Ngoc