Need a component for accepting cerdit card donations?

Gathering of Joomla! developers and users in the non-profit community.

Moderators: tydust, cozimek

Forum rules
Post Reply
keyword
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Jul 02, 2007 5:40 am

Need a component for accepting cerdit card donations?

Post by keyword » Thu Aug 30, 2007 2:01 pm

I'm building a site for a non-for profit org and need some kind of component that can securely collect credit card donation information. I am not looking for a paypal type add-on, the org needs to submit the info via the billing company that they work with, ultimately if the program could save the information in an excel or access file that would be great. Is that safe? Or would I need something that splits the card info half to a file and half to and administrator's email.

I've been trying to install civicrm for the past few hours. It's very big and keeps getting stuck in installation and after all I'm not sure if this will do what I need anyway.     

igeoffi
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 148
Joined: Sun Apr 16, 2006 12:20 am
Location: SoCal

Re: Need a component for accepting cerdit card donations?

Post by igeoffi » Sat Sep 01, 2007 4:54 pm

VirtueMart or something around that should work.
Have a question? Visit the Joomla! FAQ first to see if has been answered already.
http://docs.joomla.org/FAQs
JoomlaPack - an Open Source Backup Component for Joomla!- http://www.joomlapack.net

User avatar
DesignGuy
Joomla! Intern
Joomla! Intern
Posts: 89
Joined: Sat Sep 02, 2006 9:33 pm
Location: USA>Illinois>Chicago
Contact:

Re: Need a component for accepting cerdit card donations?

Post by DesignGuy » Mon Sep 03, 2007 7:18 pm

VirtueMart does. It's come a long way since I last checked them out (about a year ago).
John Coonen
Host, JoomlaChicago User Group
Stay in the Loop on Joomla

User avatar
steve2
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Tue Dec 20, 2005 12:52 am
Location: New Zealand
Contact:

Re: Need a component for accepting cerdit card donations?

Post by steve2 » Thu Oct 04, 2007 9:48 pm

as above virtuemart, or just get code from paypal and create a small module. Its fairly simple.
e-mg "Tailoring Business To Your Needs" an Initiative of DAISYS iNC

steve z
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Thu Dec 29, 2005 8:38 pm

Re: Need a component for accepting cerdit card donations?

Post by steve z » Sat Oct 13, 2007 9:19 pm

You may want to checkout a utility service called CHIP IN - no fees other than PayPal fees!
http://www.chipin.com
http://www.chipin.com/overview
http://blog.chipin.com/fees

I have used it on a non-profit and it works great.

You can see Chip In in use at http://www.GalgoRescue.org


Cheers,
Steve Z

nwmartin
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Thu May 17, 2007 8:45 am

Re: Need a component for accepting cerdit card donations?

Post by nwmartin » Sun Oct 28, 2007 9:40 am

Is there a component or module for Chip in - can't find one in "extensions".  How did you do thison GalgoRescue site

Can Chip in be set up for  currencies other than US$.  Couldn't see that info on Chipin site

Thanks

Norman Martin 

steve z
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Thu Dec 29, 2005 8:38 pm

Re: Need a component for accepting cerdit card donations?

Post by steve z » Sun Oct 28, 2007 3:49 pm

There is no "Chip In" component that I have found.  I just cut and pasted the code the provide into the content section of the module using the "html" view.   Also, I think I had to use the editor "JoomlaFCK" to install the java code, then I switch the editor back to TinyMCE.  If you try to add the code using TinyMCS, be sure that the "clean up code" parameter is set to "off".

Here's a link to another way to add the Chip In widget that I just found... Google is your friend!: http://www.howtojoomla.net/content/view/56/2/

I am not sure of other than US currency is accepted.  You'll have to contact The Chip In team.


Cheers,
Steve Z
Last edited by steve z on Sun Oct 28, 2007 3:53 pm, edited 1 time in total.

nwmartin
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Thu May 17, 2007 8:45 am

Re: Need a component for accepting cerdit card donations?

Post by nwmartin » Sun Oct 28, 2007 8:19 pm

Thanks for the prompt reply
Norman

mollyluna
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Sat Feb 24, 2007 4:40 am

Re: Need a component for accepting cerdit card donations?

Post by mollyluna » Mon Oct 29, 2007 3:30 pm

I might be tempted to work with Google Checkout, you can integrate the buttons on to static pages, and manage the checkout features from the google secure interface. Or work with API and integrate it with a shopping cart.

There is a function that allows you to download your sales information in a CSV format, so you could convert it to an Excel file.

It also eliminates the liability of processing your own credit card sales, and the integration of SSL certificates that would be necessary.

I have used this for a few projects I am working on, and I am pretty happy with it.

Its not open source, but it is free until January 2008, which would give some time to check it out before committing financially.

The difference between this and paypal, is that you have access to customer mailing information and charge the credit card yourself, rather than automatically......

capkix
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Wed Sep 26, 2007 10:21 pm
Location: Minnesota

Re: Need a component for accepting cerdit card donations?

Post by capkix » Fri Nov 23, 2007 2:14 am

I work with a non-profit and we've done this on our Joomla site using Google Checkout.

Right now, it is free for non-profits so you don't loose a percentage to the card processor (like with paypal).

Once you've registered, use their site to generate the code for a donation button.  You can either incorporate it into an existing page or use a mod_custom modult.

See http://mankato.mncap.org/donate.html for an example incorporating it into an existing Joomla content item.  (Yes, right now you have to use the 'no editor' option because tinymce will strip out important parts of the code, even when try to use tinymce's HTML mode)

Good luck!

DanBollinger
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Fri Aug 17, 2007 11:18 pm

Re: Need a component for accepting cerdit card donations?

Post by DanBollinger » Thu Nov 29, 2007 10:32 pm

I would opt for VirtueMart, too, with it you can also sell SWAG to collect money.  Have you checked out the various extensions?

http://extensions.joomla.org/index.php?option=com_mtree&task=listcats&cat_id=1772&Itemid=35

saraha

Re: Need a component for accepting cerdit card donations?

Post by saraha » Fri Nov 30, 2007 3:20 pm

Hello,

I am trying to add Google Checkout to our Joomla site.  I have my account and have copied the code from Google checkout that needs to be pasted to the html on the page I want my donate button to appear.  However, when I paste the code to the html screen and then save it strips out important parts of the code.  I have gone into global settings and selected no Wysiwig editor, but it still strips out the code.  I see in the respons above that I should select No Editor.  Where exactly do I find that in Joomla Admin?  Can anyone help me figure out how to get the code to "stick?"

Thanks!


Post Reply