I've been working on a Website that was handed to me and my team by the former administrator. He didn't tell us anything about it and it is also our first project with drupal so we basically started from scratch. We have set the Website up locally using xampp and we have full backend admin access.
The Website represents a Dance school and you can book and pay courses on the Website. There are two payment methods available: Payment by Bankaccount, and PayPal. The latter must be disabled and not be available anymore.
I have looked at countless Forum entries but can't seem to find the right solution so as a last resort I decided to make a Forum Post myself.
Thanks in advance for any solutions or links to already Fixed Forum posts that handle my problem.

Comments

VM’s picture

I don't see a question here. I assume you are looking for an alternative paypal feature? If yes, what module is in use that is providing the current paypal feature as well as the exact version of the module.

Memphis111’s picture

I'm sorry but as I said I am completely new to drupal and this is a school project so I have limited time and dont really have the opportunity to study its functionalities fully. Can you tell me how I can find out what module is in use at the moment?

mmjvb’s picture

There are two payment methods available: Payment by Bankaccount, and PayPal. The latter must be disabled and not be available anymore.

In order to do that, you need to find out how it is implemented. Best guess is it is using a module. Go to https://www.drupal.org/project/project_module, set compatibility to 8 and enter Paypal in Search Modules, then click SEARCH.

Go to admin/modules of your site and verify whether you have the modules of your search result. When you are lucky you can disable the module that provided the paypal functionality. It might also be a configurable item in the module.

Memphis111’s picture

I did what you said but none of the modules that turned up in the search are implemented in the website. I read through all of them thrice but still haven't found anything that even remotely touches on payment.
Is there maybe a way that I can erase it from the source code? And if there is how do i access it?