1
Answers
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.
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
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
Cheers Mate, i will look into it
Avi