Samurai Legend Posted February 19, 2015 Posted February 19, 2015 (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 February 19, 2015 by Samurai Legend Quote
KyleMassacre Posted February 20, 2015 Posted February 20, 2015 I believe Dave's system does all that iirc. I'm not sure if the user stats table is linked up but I'm pretty sure the users table is Quote
Veramys Posted February 20, 2015 Posted February 20, 2015 If I am correct, I think he wants something where a regular user can customize their own pack. Quote
SRB Posted February 20, 2015 Posted February 20, 2015 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 Quote
Coly010 Posted February 20, 2015 Posted February 20, 2015 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.