Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Double Orders


tfittsy

Recommended Posts

Posted

SESSION ! That's the problem!

 

I changed the session handling from sql to filebased and it works! No double orders anymore!

 

 

includes/configure.php :

define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

 

Admin Menue - Configuration - Session:

Session Directory / ... /tmp/

 

Absolute path to your tmp directory (create one if absent and don't forget to give write permission)

 

After all I'm still curious why Internet Explorer opens two sessions and all other browsers just one ...

Posted

ok, no double orders, but ...

 

... after checkout internet explorer redirects to an empty shopping cart without showing the checkout_success.php page ...

 

why?

  • 2 weeks later...
Posted
ok, no double orders, but ...

 

... after checkout internet explorer redirects to an empty shopping cart without showing the checkout_success.php page ...

 

why?

 

Good find on the sessions storage. I'll look into it later tonight and see what I can find.

  • 3 months later...
Posted
Good find on the sessions storage. I'll look into it later tonight and see what I can find.

 

Any news on this? My sessions are in the database. The problem occurs only sometimes, any solutions?

  • 9 months later...
Posted

Hello.

I just noticed the same problem on my website.

Is the session thing the solution ?

I noticed that it does it only when using paypal.... And I sometimes have up to 10 minutes delay between the two orders... Strange

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...