I have a Magento site using version 1.6.2.0 with which I have problems with duplicate orders.
Having studied this topic, I found mainly forum topics explaining that there were problems with duplicate orders in 1.4.x , and the mentioned solutions (even those that were found in SO) simply suggest the user to upgrade Magento to >1.4 .
I also found the proposed solution here, but I do not want to remove observers that will interfere with the work of downloadable purchases.
I also noticed the Array Of Death fix mentioned several times (like here ), but this problem is missing in 1.6.x , Zend seems to have solved it.
A couple of Javascript hacks are proposed, according to which the order confirmation button is hidden during sending, but Magento 1.6.x already does this.
I have increased the payment gateway timeout configuration variable to 120 seconds and do not see if it will give any results. I canβt check this, because the problem is irregular (and this is probably due to the connection or its absence between the payment gateway and Magento).
I use Sagepay as a payment gateway.
How can I further debug this?
Ben swinburne
source share