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.
Nope
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?
it also puts the payer_email in for the Thanksgivig e-mail body: where is should be payer_name…please this must be fixed
you had me edit the ajax from a previous post…maybe this has caused the problem?
What payment gateway do you use?
stripe
$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.pdfIf you can please add this to my payment options that would be awsome! Let me know if this will require payment?
Hi. Thanks for purchasing the script. Unfortunately, at present time I don’t have plans to integrate FirstData. I’m also not available for freelance work. Sorry.
PLEASE, AT LEAST HELP ME INTEGRATE IT, THE MANUAL I POSTED SHOWS THE PHP CODE NEEDED ON PAGE 66-68 AND PAGE 78
Unfortunately, I can’t help you. Too much busy. Try to find good freelancer, for example, through microlancer.com.
can you tell me how to change the donation amount box from saying”USD” to Something else? My client thinks that is confusing.
also i am curently looking into using stripe, i found a very annoying problem…i put my email in to your donation box and then hit continue, it then verifys the info and i hit confirm and pay, the stripe box pops up as it should, but the problem is the email box is blank on the stripe payment form….this means my customers will have to type their email in twice! This must be fixed!
<input required="required" class="udb_input" placeholder="'.$campaign_details['currency'].'" type="text" id="amount'.$suffix.'" value="'.$campaign_details['currency'].'" onfocus="if (this.value == \''.$campaign_details['currency'].'\') {this.value = \'\';}" onblur="if (this.value == \'\') {this.value = \''.$campaign_details['currency'].'\';}" title="How much would you like to donate?" style="text-align: right;" />
Replace all entries:
'.$campaign_details['currency'].'by your word.
that worked, thanks
can you tell me how to make it so their name is required not optional?
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.pdfpages 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?
Please provide URL where you added you put donation form.
Here – http://www.theracersmedia.com/about
Shortcode is there, but doesn’t display.
<script src="//theracersmedia.com/donation-box/js/udb-jsonp.js?ver=1.50" type="text/javascript"></script>Now it is above jQuery.
I’m not sure how to disable CloudFlare on a specific page and I already added those lines. Their the last thing in the code before the </head> tag, so I am not sure how they are above the jQuery.
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???
Hi. Credit cards are accepted through Stripe (you must have Stripe account). Please check out the demo.
OK! But the people can make a direct paid with their credit card , the stripe account is only for the recepit no?
Yes. Stripe account is required for website owner. Payers don’t need it.
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
Hi.
1. You use old version of jQuery. It requires at least version 1.5. (You use 1.4.4).
2. In source I see that you attached JS and CSS using path: http://donate.supportanime.com/js/udb-jsonp.js. But it doesn’t exists. Make sure that it is valid path.
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 ????? ????????? ??????-?? ????? ???????? ?????? ????? ????????, ?? ? ??? ?????? ?? ????????. ?????? ?? ?????? ?? ??????????.
I bought this module, but it unfortunately does not work. Help me, please. I installed it here: http://maximmeister.com/books/index.php?page=buy After installing some reason began to fade the bottom of the page, but the module does not work. The button is not pressed for payment.
Hi. There was a bug. I’ve fixed one in new version (updated yesterday). Please download new version.
Thank you. Button earned. While the page is still shifting and “eats” the footer. There is a Russian version of the plugin?
<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.
Hi. Thanks for idea. I hope I’ll do it next week.
Hi. I have released new version of the script. Now it also supports Perfect Money, BitPay and Stripe.
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.