Search found 3 matches

by vipaka
13 Feb 2012, 09:22
Forum: Paypal Donation Mod
Topic: User Donated Amount?
Replies: 6
Views: 3705

User Donated Amount?

I need to submit an additional value with the "Submit" button for this mod. How would I do that? Right now there is no $_post value for the submit button....at all. I'm kind of mystified for how it does anything at all(although it looks in the html like its calling a javascript paypal function). if ...
by vipaka
12 Feb 2012, 23:06
Forum: Paypal Donation Mod
Topic: User Donated Amount?
Replies: 6
Views: 3705

User Donated Amount?

So it doesn't log the amount that each user donates anywhere in the db? Isn't that unreliable? If someone donates and then the payment doesn't transfer, how would anyone know? Bleh...I hate the idea of having to make a whole new mod just for this feature... but its very important so I'll do it if I ...
by vipaka
12 Feb 2012, 22:04
Forum: Paypal Donation Mod
Topic: User Donated Amount?
Replies: 6
Views: 3705

User Donated Amount?

Is there any way of recording/calling a variable for how much exactly a user has donated? I'm trying to write a mod to generate a certain amount of UPS points for each donation. I looked at the donate.php script and it doesn't look like there is any such variable at all. It also looks like anyone ...