Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shopping Cart Not Retaining Items


njsst1

Recommended Posts

Posted

Hello, I am extremely new to oscommerce and have already found solutions to many of my problems by googling, but this one is stumping me!

 

I'm running version 2.2 on the site stainedglassbybetty.com

 

Problem - After adding a product to the cart and clicking "continue shopping" I go to add another product to the cart and the first product is removed.

 

Try it for yourselves at http://www.stainedglassbybetty.com/store/index.php?cPath=3&osCsid=e3b55157da74049a7d9b7a1219297427

 

Thank you for any suggestions!

Posted

Things stay in the cart for me (using IE7 and FF3.0)

 

But the site isn't making any cookies and the oscSid stays in the URL. It should disappear after 2 or 3 clicks.

 

Probably incorrect cookie settings in the config file.

 

The cookie settings shoule be:

 

  define('HTTP_COOKIE_DOMAIN', 'www.stainedglassbybetty.com');
 define('HTTPS_COOKIE_DOMAIN', '??? NOT SURE ABOUT THIDS ONE???');
 define('HTTP_COOKIE_PATH', '/store/');
 define('HTTPS_COOKIE_PATH', '/store/'');

Or:

 

  define('HTTP_COOKIE_DOMAIN', '.stainedglassbybetty.com');
 define('HTTPS_COOKIE_DOMAIN', '??? NOT SURE ABOUT THIDS ONE???');
 define('HTTP_COOKIE_PATH', '/store/');
 define('HTTPS_COOKIE_PATH', '/store/'');

 

I left out the HTTPS cookie setting because the SSL part of the site is screwed.

 

If you're trying to use shared SSL you got the wrong URL,

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Thank you for your response! I inherited the job of managing this site from a company that was being paid too much to do too little. Some things went screwy after the host migration. I'm just trying to get everything working again!

Archived

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

×
×
  • Create New...