Advanced PayPal Donation Module 
Version
2.6 (last update on Aug 3, 2008)
Rating
Compatibility
Votes
45
Favoured
18
License
GPLv2.0
Non-Commercial
Type
Views
73175
bymylearningspace on June 5, 2008
Easy to install and configure. Works as described.
byMishka3366 on April 5, 2008
All round one of the best tools - easy to install, easy to configure, easy to use! Great job! Thank you
byelmasry on March 9, 2008
very good and simple module.
but I have a question, is there anyway to know the donor's username like integrating with community builder or anything like that?
thanks in advance
but I have a question, is there anyway to know the donor's username like integrating with community builder or anything like that?
thanks in advance
byI_smash_keyboards on February 27, 2008
Perfect for accepting simple donations or even payments VIA paypal.
To customize simply edit the php file, repack & install.
I used the mod to take payments for online services, at first I wasnt sure if this would work, but with a few quick edits, its perfect.
Great Job
To customize simply edit the php file, repack & install.
I used the mod to take payments for online services, at first I wasnt sure if this would work, but with a few quick edits, its perfect.
Great Job
byjohnvan on February 12, 2008
I set up the module in short order and was very impressed with it.
For those of you who wanted to add something - you can do that in the mod_paypal_2.6.php found in the modules directory.
For those of you who wanted to add something - you can do that in the mod_paypal_2.6.php found in the modules directory.
byDeewik on February 4, 2008
thanks for an awesome FREE addon so my users can donate for my server upkeep
Thanks a BIG bunch ... worked sweet under J 1.5 with legacy even
Thanks a BIG bunch ... worked sweet under J 1.5 with legacy even
bywebgyrl on January 10, 2008
I just installed this on my site and it was easy to configure and use. My only complaint is that there is not field for me to put info about where the donation will go. For example it would be nice to be able to put a message that says: "Your donation to xxx will go to xxx." Or just a message that explains why you are asking for donations. I've emailed the developer, but have not heard back from him. I hope this is added in a future version. Otherwise, very easy to install and it works perfectly. Thanks so much!
It seems to work OK, after a considerable bit of tweakage.
I wanted to have the PayPal button as a sumbit so I changed :
Also the product item was not being passed to PayPal correctly through the variable $paypal_org
So if you can tweak then I reccommend it.
:)
I wanted to have the PayPal button as a sumbit so I changed :
Also the product item was not being passed to PayPal correctly through the variable $paypal_org
So if you can tweak then I reccommend it.
:)
byFry on December 20, 2007
I have to say I was quite amazed by the quality and care that went into this module. Sturdy and flexible, with nary a bone to pick--except one: I would love to be able to include my own line(s) of text beneath the Title explaining why my site needs donation/money. For example:
Donate Now! --Title
You can help defray hosting and server costs, so please think about making a small contribution. --Description (new feature I'd love)
Amount, Logo, Button, etc....
This would give it Five stars in my book. So if the authors are reading this, please think about adding this feature. Thank you!
Donate Now! --Title
You can help defray hosting and server costs, so please think about making a small contribution. --Description (new feature I'd love)
Amount, Logo, Button, etc....
This would give it Five stars in my book. So if the authors are reading this, please think about adding this feature. Thank you!
bygdrenfrew on November 12, 2007
Replace the '£' with chr(163) to make it appear correctly.
Still not working with OpenSEF though. Ah well.
Still not working with OpenSEF though. Ah well.
bymaranate on November 11, 2007
This installs easily, sets-up easily, and works as stated. The one thing I would like to see is the ability for the donor to add comments to the donation. I know there is a way to have paypal allow for comments, but I would have no idea how to modify the module for it to allow it.
bythepisu on October 20, 2007
It does just what it's needed! Would be great if including translations... There are only a few texts, and it would be easy.
byskaitjindi on October 19, 2007
Install it as module, publish it, enter your paypal email account (already created), few straight forward configuration under the module. Publish it. That's it. If time permit customize the mod_paypal.php file for borders, text that appers next to the pay pal button and etc. Else not needed. Send or make a donation/payments/subscriptions whatever you want to use the module for via pay pal existing email account or using credit card in increments of $5.00...that can also be modified via the above php file. That's it....it works. Great modle.
bycontrol on September 19, 2007
The module works good on my frontpage but once you go onto any other page and click the donate button nothing happens. I am using OpenSEF
byeddus on August 12, 2007
this component does what it saids, is very easy to setup, future versions would be much better!
also if someone needs something else, adding and removing features could be easy too, with its clear code.
in fact, it allows the suscription option and donate once, this is the only REAL FREE component that has it all!
also great support by mail :)
thank you
also if someone needs something else, adding and removing features could be easy too, with its clear code.
in fact, it allows the suscription option and donate once, this is the only REAL FREE component that has it all!
also great support by mail :)
thank you
byUnhindered on June 28, 2007
I was going to create my own module and figured I'd search to see what's available.
I'm setting up a site for a US non-profit, most important to them is retaining the ability to do one-time and recurring payments.
Installation and configuration took about 90 seconds, and it seems to be working just fine.
At least with US donations, no problems.
Thanks!
I'm setting up a site for a US non-profit, most important to them is retaining the ability to do one-time and recurring payments.
Installation and configuration took about 90 seconds, and it seems to be working just fine.
At least with US donations, no problems.
Thanks!
bysidewalk on May 17, 2007
I just can't seem to get this to work. Not using SEF - so no worries there - but I must be doing somethng wrong because when I tested it - a page: http://index.php/ opens.
The developer has no forum and there is no documentation with this module - so I'm at a loss.
The developer has no forum and there is no documentation with this module - so I'm at a loss.
byscream on April 12, 2007
Easy to set up. I can't figure out how to add a different currency though. Want to add New Zealand Dollars but even though the Paypal account is set up for NZ it keeps reverting to USD.
byThexyone on March 29, 2007
Nice and simple, but for the madening time with the British Pound symbol.
I set "£" as default and it can up "£" on my site, if you cycled through the currencies it changed to just "£", after much playing, I nearly settle for the euro as it was fine with that.
Had to go in the code in "mod_paypal_2.6.php" in line 52, it read
"...'USD' => '$', 'GBP' => '£', 'AUD'..."
so even thought it didn't make sense, I changed it for
''...USD' => '$', 'GBP' => '£', 'AUD'..."
That worked for me. Now it's sweet.
I set "£" as default and it can up "£" on my site, if you cycled through the currencies it changed to just "£", after much playing, I nearly settle for the euro as it was fine with that.
Had to go in the code in "mod_paypal_2.6.php" in line 52, it read
"...'USD' => '$', 'GBP' => '£', 'AUD'..."
so even thought it didn't make sense, I changed it for
''...USD' => '$', 'GBP' => '£', 'AUD'..."
That worked for me. Now it's sweet.
byLafrog on March 16, 2007
This is a great module: Easy to install and easier to use!
My only wish would be to be able to use the "Paypal Donation" image as the submit button...
Nice work!
My only wish would be to be able to use the "Paypal Donation" image as the submit button...
Nice work!
Page 1 of 2




