View Single Post
  #3  
Old 11-01-2012, 10:50 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Why should I use X-Payments?

Unfortunatelly XC has always worked that way - order is created and entered in db before payment is submitted, processed and result returned back to XC.

The same scenario as above will happen if you use PP Standard - the second you are redirected to PP page order is created in XC and if you bail out from that page without completing your payment for any reason that order stays in XC...

XC works the same way if you use payment gateway hosted page or iframe page....

The only way to avoid this is rewrite the whole order placement process and use transactions but MySQL ISAM storage engine which XC uses does not support transaction; InnoDB on the other hand does support transactions, it also has other advantages but that means rewrite the way XC works... Do you see this happening.. I don't...
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote