Posted by shenagarg on February 27, 2012 at 8:07am
I am building a website for NGO. I would like to have a page for donate which asks for credit card information just like https://www.habitat.org/cd/giving/donate.aspx?link=141 and preferably recurring donation.
I searched for modules and found paypal_donate module but it takes the user away from the website. I want the user to give the details of credit card on same webpage.
I am not aware of how to implement it but I think it needs SSL integration.
BR
Shena
Comments
Hello Shena, There are quite
Hello Shena,
There are quite a few modules which might help you to achieve your goal. If you are using Ubercart, you can use the donation module http://drupal.org/project/uc_donation. This is for drupal 6 though you might want to check the issue queue to see if there is a drupal 7 version being developed. But this would not take the user away from your website I'd say. You can also use this D6 module, http://drupal.org/project/donation.
In any case, you will securepages module and some SSL certificate to protect end users.
Hope this helps,
T
I suggest using the commerce
I suggest using the commerce module with Drupal 7.
You can follow this tutorial: http://www.commerceguys.com/resources/articles/238
With commerce, it's easy to put all the info on the same page.
Good luck.