Hi
I would like to create a shopping cart function for a charity website but using donations and not actual products.
Basically, I would like the ability to select from different drop downs what type of donation I would like to make and what amount of money I wish to donate (e.g. text box to denote the price so a user can add any amount, then a drop down to explain which country to have this go to and to what the money will be spent on).
If you take a look at this site, you can see an example - https://donate3.uwt.org/front/donate_now.asp?anon=1
When the user has added all they want to donate, they go to PayPal to pay and a record needs to be stored to say whether the user actually paid or not (presumably a script run when the user comes back from PayPal to mark the cart transaction as complete). I am going to be setting up an admin section so that I can see what amount each user has donated and to where the money needs to go to. Thus the database needs to store each transaction with all information entered into the cart.
I know I want to use sessions but I have no idea where to start!!!
Hopefully someone can help...