Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where Did My Cart Go?


Remulon

Recommended Posts

Posted

I am having a problem with items disappearing from my cart once I login.

 

Actually, no matter how many items I have in my guest cart,

as soon as I go to the login form, my cart is empty.

 

Then if I leave the login section (or logout), the items will re-appear in my guest cart.

 

Could this be a problem with my cart's SSL settings?

 

Remulon

Posted

In admin under Configuration / Sessions try changing Recreate Session to false and see if it helps.

Your online success is Paramount.

Posted

These are the settings that I have in Admin / Configuration / Sessions:

 

Force Cookie Use = False

Check SSL Session ID = True

Check User Agent = False

Check IP Address = False

Prevent Spider Sessions = False

Recreate Session = False

 

Should any of these be different?

Posted
if you're asking me i would say; try recreate session = true

 

but why asking, instead off trying? ;)

 

Thanks Joep,

I have tried that, with no luck.

 

Are there some other settings that I'm not aware about?

Posted
Thanks Joep,

I have tried that, with no luck.

 

Are there some other settings that I'm not aware about?

 

 

AlanR replied w/ a logical answer. Make sure that your define('HTTPS_COOKIE_DOMAIN', is pointing to the secure server instead of the http server.

 

It's late so I'm going to try this in the morning and hope it resolves the issue. Feel free to PM me if it works for you.

 

Phoenixx

Posted

Okay, it's late but I had to try it anyway....

I just deleted the https cookie domain to read:

define('HTTPS_COOKIE_DOMAIN', '');

AND IT WORKED!!!!

 

Will do final tests tomorrow.

 

PM me if it works for you.

Posted
Okay, it's late but I had to try it anyway....

I just deleted the https cookie domain to read:

define('HTTPS_COOKIE_DOMAIN', '');

AND IT WORKED!!!!

 

Will do final tests tomorrow.

 

PM me if it works for you.

 

Hey phoenixx,

 

changing define('HTTPS_COOKIE_DOMAIN', '') in the config

 

seems to have fixed the problem.

now I can stop pulling my hair out.

 

thanks so much for your input. it is much appreciated. :D

Archived

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

×
×
  • Create New...