Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

"You Shopping Cart Is Empty" Message on Check out


tropiland

Recommended Posts

Hello to all,

My shopping cart accepts and shows products in it but when I go to check out by clicking the "check out"buttons I get a "Your shopping cart is empty message and, upon clicking "continue", it takes me back to the store index page. Is there a place I should start looking at? I am at a loss.

Thank you in advance for your time and consideration.

Dimitri

Link to comment
Share on other sites

In your /catalog/includes/configure.php change these lines:

 

  define('HTTP_COOKIE_DOMAIN', 'www.e-smartliving.com');
 define('HTTPS_COOKIE_DOMAIN', 'e-smartliving.c4.ixwebhosting.com');

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

To:

 

  define('HTTP_COOKIE_DOMAIN', '.e-smartliving.com');
 define('HTTPS_COOKIE_DOMAIN', '.e-smartliving.c4.ixwebhosting.com');

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

Then see if it works better.

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 >

Link to comment
Share on other sites

In your /catalog/includes/configure.php change these lines:

 

  define('HTTP_COOKIE_DOMAIN', 'www.e-smartliving.com');
 define('HTTPS_COOKIE_DOMAIN', 'e-smartliving.c4.ixwebhosting.com');

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

To:

 

  define('HTTP_COOKIE_DOMAIN', '.e-smartliving.com');
 define('HTTPS_COOKIE_DOMAIN', '.e-smartliving.c4.ixwebhosting.com');

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

Then see if it works better.

 

Once again...you saved my day! :rolleyes: Thank you so much. Worked just fine.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...