Tags/topics: 
1
Answers
Vote up!
0
Vote down!

Advanced donation site

I am trying to build up a donation site in which the donations made by the users can be captured and displayed in the site. I understood ho w I should move a certain donation into the chart(using the donation model) but I need your brain how to "capture" the donations and display them in the site.

Asked by: AVILEVE
on April 3, 2013

1 Answer

Vote up!
2
Vote down!

You have a couple of options. First, I would do a quick search for "donation"

http://www.drupalcommerce.org/search/site/donation

Which might give this module:

http://www.drupalcommerce.org/extensions/module/project/commerce_donate

Which supports donations :)

Josh Miller
Answer by: Josh Miller
Posted: Apr 3, 2013

Comments

Thanks, but I already looked into these with no solution at all. Let me try to underline my case : how can I collect the data of the users' donations and display it inside a node?
Avi

- AVILEVE on April 4, 2013

If you are using the above for donations, then all you would need is to use Views to create a list of all donations. For an example of Views that will "collect and display product purchasing data" I would look at the views that come with http://drupal.org/project/commerce_reports

Josh

- Josh Miller on April 4, 2013