Hmm, if the transaction id's are the same surely there should be a fix where you can prevent an order from being added based on a duplicate transaction id being found?

soooooooo where is the place to add either a

PHP Code:
INSERT IGNORE 
or a duplicate content check on the transaction id.

any help greatly received.

regards
Andy.