Enabling multiple duplicate subsequent order processing

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
VIPER7
Captain (CAPT)
Captain (CAPT)
Posts: 247
Joined: Fri Apr 15, 2005 2:49 pm

Enabling multiple duplicate subsequent order processing

Post by VIPER7 » Thu Apr 02, 2009 3:48 pm

We have a problem with Able Commerce. If a person uses the same credit card for the same amount on the same day, able commerce will not accept the second payment.

This is a huge problem for our Vacation Bible School registration system that uses Able Commerce. We are requiring each parent to register each child individually, which means we could have 5 kids registered on the same day and the parent would use the same credit card for the same amount 5 times. Is there a way to turn off that feature of no repeat amounts?

Or, is there a better way that we could be doing this?

Thanks in advance for any assistance!

User avatar
nickc
Captain (CAPT)
Captain (CAPT)
Posts: 276
Joined: Thu Nov 29, 2007 3:48 pm

Re: Enabling multiple duplicate subsequent order processing

Post by nickc » Thu Apr 02, 2009 5:02 pm

Who is your credit processor? Have you used gateway debugging to confirm it's not the gateway that is rejecting the 2nd request?

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Enabling multiple duplicate subsequent order processing

Post by AbleMods » Fri Apr 03, 2009 6:06 am

Agreed. Sounds like an issue with your payment gateway. AC7 doesn't care what card is used or how often - it only reports what the payment gateway tells it to report.

Certain gateways have a volume restriction to prevent flooding of charges on a single card. For instance, Authorize.Net will not allow multiple charges from the same merchant to the same card within 2 minutes of the previous charge. Any attempt to do so will respond with a "duplicate transaction" error.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Enabling multiple duplicate subsequent order processing

Post by AbleMods » Fri Apr 03, 2009 6:09 am

VIPER7 wrote:We are requiring each parent to register each child individually, which means we could have 5 kids registered on the same day and the parent would use the same credit card for the same amount 5 times. Is there a way to turn off that feature of no repeat amounts?

Or, is there a better way that we could be doing this?
Why can't they add the same product 5 times to one order?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

VIPER7
Captain (CAPT)
Captain (CAPT)
Posts: 247
Joined: Fri Apr 15, 2005 2:49 pm

Re: Enabling multiple duplicate subsequent order processing

Post by VIPER7 » Fri Apr 03, 2009 8:33 am

Thanks to all who have replied to this topic. All of the discussion as to the logic behind why this is happening makes sense. We use LinkPoint as our merchant payment gateway processor, and I do indeed suspect that is where the issue is occurring, due to a security limitation / restriction they have in place.

I'll need to investigate further behind some of our reasoning for wanting each order to be tracked separately as opposed to say allowing 5 registrations on one order.

Thanks again and I'll keep us posted on this topic. I appreciate everyone's feedback!

Post Reply