1

I'm about to start a new Drupal website. My client needs CreditCart payment (in-site with authorize.net). So he doesn't want PayPal or Google Checkout through Credit Cart payment. As I know Ubercart is well working solution. but i have 1 fixed product. I don't need any shopping basket, etc. so Ubercart is too big for my need. I just need simply CC payment. Is there any smaller alternative to Ubercart for this purpose? what would you recommend?

Thanks a lot!!

apaderno
  • 28,547
  • 16
  • 75
  • 90
designer-trying-coding
  • 5,994
  • 17
  • 70
  • 99
  • Will the cost for this product be variable (eg depending on any attribute selections) or include additional variable costs such as shipping? Or will there be 1 single cost for all users with no possible exceptions? – CitrusTree Aug 20 '10 at 13:20
  • Also, I'd be inclinde NOT to tag this as an Ubercart / Paypal question if you have ruled these out. – CitrusTree Aug 20 '10 at 13:21
  • thanks for your time Citrus. Cost is fixed 1 price. no additional detail that changes price. 1 single cost for all users, no exception. I tagged as ubercart, paypal as well in case of there will be no other solution than these. – designer-trying-coding Aug 20 '10 at 13:36

1 Answers1

1

Take a look at this module list on Drupal.org. Drupal.org has advanced searching, which allows you to easily find the modules you need.

I found a few modules on the list, that looks like they could fit your need, but I'll give you the whole list and let you check them out and decide for yourself.

googletorp
  • 33,075
  • 15
  • 67
  • 82
  • Agreed, you should be able to do this using an authorize.net gateway and use some non-complex method of passing the cost over. The search results on that link look promising. – CitrusTree Aug 20 '10 at 13:58
  • http://drupal.org/project/authorizenetwebform this looks good! I could not think of any possible authorize.net dedicated payment module :/ thanks a lot! – designer-trying-coding Aug 20 '10 at 14:37