Code

Discussion on Green Donations - Standalone Script - Accept and Manage Donations

Discussion on Green Donations - Standalone Script - Accept and Manage Donations

Cart 442 sales
Recently Updated

halfdata supports this item

Supported

159 comments found.

I need to be able to have the donation box have a few extra fields, ie address state zip. And that info needs to be a part of the confirmation email. What would this cost on a custom basis?

Unfortunately no. Please try to find developer through freelance websites.

any suggestons?

Hello,

I’m interested in Buying this Script but don’t have much Programming Knowledge. So I would like to ask before I buy it, if I install in on 1 Website can I use this for Multiple Projects? What I mean is – if I have a client which would use it on my Subdomain, and also another one on a different Subdomain can this script seperate the dontions by seperate Campains and also is it shown in Paypal or Stripe from which client Subdomain this Donation comes from?

If this works, then I would also like to know, if I can show the client the donations madeonly for his Campain on there Account panel, not in the Admin menu of this script or if this don’t work if I can let the client only have access to his campain via this script Admin Panel?

Sorry for my bad English, but I’m nativ Langue is German ;)

Hi. Unfortunately, the script doesn’t fit your requirements.

Would you mind to explain me in which Point it doesn’t fit?

You stated in an earlier comment if I wanted to accept donations on a WP site it would be best to use Banner Manager, I don’t understand this comment? I like the functionality of the donation script.. and I don’t want to sell banner space, just receive charitable donations… can you explain how one can do this on a WP site?

Hi. I’m sorry for misunderstanding. I didn’t mean Banner Manager. I meant Donation Manager for WordPress: http://codecanyon.net/item/donation-manager-for-wordpress/2380174

How can I install this on WordPress?

If you want to install this script on WP, you need modify WP theme. It is better to use Banner Manager plugin with WP.

hi, i want to ask, how to make payment via bitcoin?

Hi. Bitcoins are accepted via BitPay. Just configure it on Settings page in admin area.

On your next update you need to enable stripe payments for GBP (current script says stripe does not support GBP, but it does..).

Anyone needing to add currencies to a payment method that it now supports. Just open up settings.php (inside the inc folder) and add your currency to your payment method at the bottom of the file.

eg, for stripe, to add GBP Find: $stripe_currency_list = array(“USD”, “CAD”);

Replace with: $stripe_currency_list = array(“USD”, “CAD”, “GBP”);

Thanks for info. In next release I’ll add all supported currencies. ;-)

Hi,

Can it be used as payment method? I mean, to accept donations as payments as well.

Regards,

Hi. All donations are accepted as payments.

Where would I find the variable to increase the top 10 donors to let say top 100 recent donors?

Please read customization section on script page: http://codecanyon.net/item/universal-donation-box/2952313

Use shortcode like:
<div class="udb-box" data-id="X" data-rel="form,recent-100"></div>

Ah apologies, thanks for the help. I thought this would be an edit Id have to do in the php.

How can I reset the password if it’s lost? I see the “password” in the settings.php but this seems like a hash rather than the password which we set.

Thanks for purchasing and using my scripts. There are two ways to reset your admin password.

1) Delete the following table from database udb_options. In this case all Settings (only those ones that you see on “Settings” page in admin area) will be reseted to default. So you can use default login/password: admin/admin.

2) Edit the following table in database udb_options. Find record which has filed options_key as login. For this record set the filed options_value as admin. Then find record which has filed options_key as password. For this record set the filed options_value as 21232f297a57a5a743894a0e4a801fc3. After that you can use default login/password: admin/admin.

Great – that worked. I’m interested in purchasing a full license to simplify and resell. Please let me know how to reach you.

Hi. Unfortunately, there is no such license. Only one license per website.

LOVE THIS!!! Just sayin…

Have one question, I would like to display on the page how much money has been collected. I guess a total amount donated for that event.

Can I do this?

Thanks, Phil

I read the other post, but it doesn’t spell it out for me. Is there a line of code I can put in a certain place on my page that shows the total amount received for that Campaign?

Hi. Thanks for purchasing the script. Unfortunately, there is no such feature.

is there a way to links this to XenForo and have it automatically promote members upon receiving the donation?

Unfortunately, there is no such feature.

Ah fair enough. Thanks anyways

I have checked similar features for wp version but this more valuable for small bussiness like mine.

Is it possible to use this features especially on skrill / moneybookers payment without fill in secret code ? I have problem what “secret code” mean to use your plugin for wp. So I would like to compare with this.

Secret code is always required to process Skrill payments.

Hello. Very nice script. I wanted to ask you if the donors are added automatically in the donor list or only manually? Thank you.

Hi. They can be added both way: automatically and manually.

only 10 or as many i want? the idea is that i want 100 donors on 3 different campaigns and when the 100 is reached to block the donation button but that is something that i need to hire a developer

Hi. You can add as many donors as you want, but there is no feature to bloack the donation button.

The email address typed into the form is not auto entered into the Stripe form so the user has to re-enter the email address. Fixing this would be a great improvement.

Unfortunately, this popup is generated by Stripe and I didn’t find how to populate e-mail to this popup. I’ll check documentation again when I have time.

OK it would be very nice if the user didn’t have to re-enter. Please let me know if this can be fixed.

Testing with Stripe, the keywords {payer_name} (e.g. “Hi {payer_name},”) is the email address and not the name. Example email from the system where the name was typed into the form:

“Hi giver@gmail.com,”

Please let me know what to do to fix.

Hi. This is what Stripe send to the script as cardholder name. If you want to use name, that user entered in donation form, please edit ajax.php. Find line #728 which is:
$vals = array($post['card']['name'], $donor_details['email'], $donor_details['amount'], $donor_details['currency'], $donor_details['campaign_title'], date("Y-m-d H:i:s")." (server time)", "Stripe");
In this line replace
$post['card']['name']
by
$donor_details['name']

Thank you.. that worked great.

Hello i bought the script but it seems all donation go to non-completed donation have i missed something.

I am using paypal

Thanks

When i look it says non-completed i have to unblock. When i go in to paypal i also have to accept the payment. I just make a new test and got

This is non-completed donation. Donation status: Unrecognized

OK. Please provide URL of the page where I can see donation form and access to script admin area. I’ll check what is there.

Problem solved. ;-)

hello, you previously helped me make the name field required and it worked great! Thank you for the support and great template!

I have one more request that is very important to my client…we need to add an address and phone number field under the name field and make it required…can you please send me the code I can paste in to add these two fields…thank you so much!

Unfortunately, this is not quick modification and requires significant modification. I can’t help you here. You need hire PHP-programmer to modify source code.

can you please do this for me…id like it to be done by the creator so the script doesnt get screwed up…please let me know what you would charge to add this.

Unfortunately, I’m not available for freelance work. Just don’t have time for that. Sorry.

hey ichurakov, i want to have two different universal donation box on the same page with different paypal. How to do this. Thanks.

Hi. Unfortunately, the script doesn’t have this feature. You can have several donation boxes on the same page, but with the same PayPal account.

Nice script, I have a question before I purchased I need to know if it support “Authorize.net” subscription / monthly/quartly/yearly recurring payment ? I need to use it for Website donation. I highly appreciate your answer.

Hi. Thanks for interesting in the script. Unfortunately, it doesn’t support recurring payments. Thanks.

I did everything as stated but donation box is not showing up.

www.premmm.com then click about tab

Everything works correctly now.There is no PayPal radio button becuase you use only one payment gateway to accept payments. If you use only one payment gateway, there is no reason to show gateway selector.

nice thanks!!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey