Jump to content
MakeWebGames

Recommended Posts

Posted (edited)

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
Posted

So you an the items you wish to sell, with their given monetary values, then add currencies in singulars with their currency values;

End result, you enter amounts for each of the things you want

Posted

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.

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...