Jump to content
MakeWebGames

Donation System


Recommended Posts

I want a donation system where users can choose how much cash, coins, steps they want. And items they want.

Example -

Currency (¥) x1 = $0.017.

Item 1 x1 = $1

Item 2 x1 = $5

Users can customize their purchase. Minimum of $5.

If someone can make Daves system like that I am willing to pay.

Edited by Samurai Legend
Link to comment
Share on other sites

I don't think that would be overly difficult to do? You set up a preset list of prices for 1 of each item, let the user input how much of each they would like, multiply their quantity by the price for 1, send the price to paypal, send their customised order to the databae, wait for paypal to confirm the payment, auto credit the user their order.

Shove a bit of jQuery into it to give moreless immediate feedback of the total price they'll be charged for their order.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...