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.

very clean script very easy to modify and adjust via css worked out of the box first time thanks

aww bummer spoke too soon … my donors or transactions dont seem to show up after theyre completed … I “do” get the money when they donate but it is not recorded in transactions or donor lists any idea how i could fix that?

Hi. Please go to your PayPal account >> Transaction History >> IPN History. What is the status of transaction there?

hi sorry for the late response it seems it only did that for the first 5 transactions and is now working fine … not sure what the problem was but it resolved itself

hello can you please help me setup a way for clients to do a recurring monthly donation…im using stripe….I would like if a client can put in a dollar amount and set it as a recurring monthly donation.

stripe has a section for subscription object…can you integrate this into the donation box

Hi. Thanks for purchasing the script. Unfortunately I don’t have plans to do that, because not every supported payment gateways support recurring payment. Also, I’m not available for freelance work, so you need to hire someone to modify the script.

Thanks for this product! For whatever reason though, after I create a new campaign and implement the code, the example data is shown. How can I get rid of that?

never mind, I did not use my local javascript file. Awesome product, thanks.

:-) Thanks.

Will this work within a Facebook Tab? Interested in purchasing if it works within facebook.

when a donation is made, the auto generated email that i get does not list the payer_name, it actually puts the payer_email twice? can you explain how this can be fixed?

What payment gateway do you use?

stripe

My script uses payer name returned by Stripe. Now Stripe do not ask name on card and return e-mail. If you want to show payer_name which was entered by user in donation form, please edit ajax.php. Find the line:
$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");
and replace it by
$vals = array($donor_details['name'], $donor_details['email'], $donor_details['amount'], $donor_details['currency'], $donor_details['campaign_title'], date("Y-m-d H:i:s")." (server time)", "Stripe");

Hi,

Normally I define hostname as “localhost” but this is what I get =

Could not connect: Unknown MySQL server host ‘DB_HOST’ (1)

Please help. Thanks,

got it- your suppose to edit the second entries in the config, that’s a little confusing, maybe you could do some images to show what to edit

Hi. Thanks for advice.

Hi,

Does this script integrate with wordpress or would there be 2 different admin logins?

Thanks,

nevermind, I saw the answer

Why is Email Address required?

If I want to only use Stripe and PayPal, they both ask for Email Address. This means my user has to type in their Email Address two times. Also, I want to style a form so that I’m not asking for the Email Address!

Hi. That’s how plugin works.

Hello Can you add option for recurring payments ?

Thank you

Hi. Unfortunately, I don’t have such plans.

Hello, I need to process payment through FirstData using their Connect 2.0 Software.

Manual with php code is at this link

http://www.firstdata.com/downloads/marketing-merchant/fdgg-connect-2.0-integration-guide.pdf

If you can please add this to my payment options that would be awsome! Let me know if this will require payment?

Edit ajax.php.

1. Find all entries of the string:
Enter your name (optional)
and replace them by
Enter your name (mandatory)
2. Find line #352 which is
if (strlen($name) > 64) $error .= '<li>Your name is too long.</li>';
Add the following line below:
if (empty($name)) $error .= '<li>Your name is mandatory.</li>';

Thank You! That worked well!

Are You Sure You cant integrate First Data For me? Its a simple task considering they supply you with the code here

http://www.firstdata.com/downloads/marketing-merchant/fdgg-connect-2.0-integration-guide.pdf

pages 66-68 and page 78 for php

This would truely help me in a tremendous way! I will pay you to do it!

PLEASE!

Hi. Unfortunately, at present time I’m too much busy. Sorry.

It would be great if you could build in http://flattr.com/ support in this script!

Regards

Hi. Thank you for feedback. Currently I don’t have plans regarding flattr.

I am having some trouble adding the form to my site. I am using this script (http://codecanyon.net/item/artvenue-community-script/5771542)

I added the shortcode to the page I want the form to display on, but it doesn’t show up.

Any ideas?

Your jQuery is in the footer of the page. Please move the line in the footer too, below jQuery.

Do you have a support email?

You can contact me through my profile page.

How can the people send money by credit card? Can send the money with their credit cards???

OK thanks! i will try it. good job

How Can I include an option for pay by bank transfer?

I’d need to display the bank numbers and a confirmation email will be send as in the other payment methods.

Hi. Unfortunately there is no such option. It requires big changes (front-side, admin-side, DB structure, AJAX-handlers).

Hello, what about 2checkout? can you integrated it? or there is a problem with this provider?

Thank you

Hi. Thanks for interesting in the script. Unfortunately, I don’t have such plans.

Hey,

Is it possible for you to add the profile picture upload and display feature for donors? Also, can the script be translated?

Thanks!

Hi. Thanks for interesting in the script.

1. Unfortunately, it doesn’t have option to upload images and I don’t have plans to add this feature.

2. Script can be translated by editing source code.

Hello, I purchased this but I can’t seem to get it to work on My Drupal website. http://supportanime.com/node/49

Thank You

Thank You alot. I updated the jQuery to 1.8 and the sub domain I made for it was “donation” and I didn’t even notice that I put “donate” instead.

:-) Do not forget to include too:
<link rel="stylesheet" href="http://donation.supportanime.com/css/udb.css" type="text/css" />

Thank You, that looks much better.

Hi

You can add webmoney gateway?

Hi. Unfortunately, I will not do that because of their bureaucracy.

? ????? ???? ??????, ?? ?? ? ?????????, ?? ????????. ????????, ??????????. ? ????????? ??? ??? ???: http://maximmeister.com/books/index.php?page=buy ????? ????????? ??????-?? ????? ???????? ?????? ????? ????????, ?? ? ??? ?????? ?? ????????. ?????? ?? ?????? ?? ??????????.

Thank you. Button earned. While the page is still shifting and “eats” the footer. There is a Russian version of the plugin?

You can wrap embed code like that:
<div style="min-height: 190px;">
embed-code-here
</div>
No. I don’t have russian version.

Eto rabotaet, spasibo.

Hi

please add perfectmoney I can pay extra money.

Thank you.

Thank you, how fix issue when don’t fill website address in next form we have Website: http://undefined – how remove this from next form? Also how show The number of Donors on main form?

Hi. I’ve released new version where I fixed issue with website URL. It is waiting for approval on CodeCanyon.

Regarding total number of donors. You can use the following keywords {total_donors}, {total_amount} in “Donation form box content” parameter on campaign editor page.

many thanks, good luck

im new to paypal.. can user without paypal account do the donation? .. via credit card without register to open paypal account…

id try ur script but it still require register with paypal.. how to disable register with paypal..

thanks

Hi. As I remember you must have business account to allow your users to donate without registering in PayPal. But it is better to as PayPal support.

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