Credit Card Double Charges |
Post Reply |
Author | |
UNLTina
Newbie Joined: 28-November-2005 Status: Offline Points: 0 |
Post Options
Thanks(0)
Posted: 28-November-2005 at 10:51am |
I'm having a problem with my customers pressing the submit button twice
during transactions. Nearly every 5th order we get is charged
twice. Is there a pop up screen or a warning that can tell people
to NOT press the submit button twice or they will get double
charged? It seems like the customers are getting anxious because
they submit their order and the computer screen doesn't do anything for
a minute and they thing their order did not go through.
Is there any way I can prevent this from happening? We are starting to see a lot of irrate customers and our finance office is not thrilled to be crediting so many transactions every week. Thank you, Tina |
|
ProductCart
Admin Group ProductCart Team Joined: 01-October-2003 Status: Offline Points: 135 |
Post Options
Thanks(0)
|
Hi Tina, An update on this topic as it might affect other ProductCart users:
|
|
amgqmp1
Groupie Joined: 01-November-2005 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
This is a significant issue for us as well...we handles *many* duplicate charges each month, and, I dare to think of the cost we incur due to this situation not being handled... I'd like to use the sample JavaScript code you've linked too...do you have any info on how one would implement it into your "gwAuthorizeAIM.asp" file (running latest 2.76p)? Some basic guidance would help me greatly...as the page is quite substantial, and, while I'm versed in ASP, JavaScript, etc., it's a daunting task to know how to properly insert that code into a production store... |
|
ProductCart
Admin Group ProductCart Team Joined: 01-October-2003 Status: Offline Points: 135 |
Post Options
Thanks(0)
|
We have been doing extensive research into this issue. The issue is more complex than it might seem. This is because:
Preferred Solution We are investigating the best way to implement this idea. Disabling Image Button This code can go anywhere before the image button: <script type="text/JavaScript"> On the image button itself, you would then add the following onClick statement: onClick="DisableSubmitButton(this)" We will be back with more information on the Preferred Solution mentioned above. We are interested in hearing your thoughts, if you have any. |
|
amgqmp1
Groupie Joined: 01-November-2005 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
The preferred solution sounds great, and, the interim solution is pretty darn good too! Thanks again...you folks always step up with amazing results! |
|
CleverNickname
Newbie Joined: 15-December-2005 Status: Offline Points: 0 |
Post Options
Thanks(0)
|
We were
able to stop the duplicate orders by disabling the Submit button after
it's clicked, but also loading the catalog into a popup with no
toolbars - and disabling right click on the submit page.
Since doing all that we've only had a couple of duplicate orders. I suspect those came through from folks with Javascript disabled on their browsers. |
|
amgqmp1
Groupie Joined: 01-November-2005 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
For whatever it's worth...we added a snippet of text during our checkout process advising customers not to click submit multiple times. This has nearly eliminated our problems...it's a low-tech "fix", but, it's working for us. ;)
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |