Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I ADD TO CART THEN VISIT ANOTHER CATEGORY AND ITEM NOT IN CART


Guest

Recommended Posts

Posted

Hi,

 

I have a problem which is buggin me really bad and I don't know what the cause may be.

 

I add a product to the shopping cart and it says "1xItem in cart" - I then click on a category and the item is no longer in the cart, some how the product(s) vanish...

 

Can anyone help?

 

Thank you

Posted
Hi,

 

I have a problem which is buggin me really bad and I don't know what the cause may be.

 

I add a product to the shopping cart and it says "1xItem in cart" - I then click on a category and the item is no longer in the cart, some how the product(s) vanish...

 

Can anyone help?

 

Thank you

 

 

 

I also just checked the domain cookies amd they seem to be correct...

 

define('HTTP_COOKIE_DOMAIN', 'digitalflava.co.uk/downloads);

define('HTTPS_COOKIE_DOMAIN', 'digitalflava.co.uk/downloads');

 

 

I really don't know what could be the cause.

Posted
I also just checked the domain cookies amd they seem to be correct...

 

define('HTTP_COOKIE_DOMAIN', 'digitalflava.co.uk/downloads);

define('HTTPS_COOKIE_DOMAIN', 'digitalflava.co.uk/downloads');

I really don't know what could be the cause.

 

 

Anyone? :(

Posted

Also noticed that when I login I get logged out so this must be a cookie issue.

It is nothing to do with the admin panel side of things as my other store has the same settings and there is no problems...

Posted

I would try saving sessions to the database instead...

open includes/configure.php

 

and change this line

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

 

to

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

 

cheers,

Mark

Posted
I would try saving sessions to the database instead...

open includes/configure.php

 

and change this line

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

 

to

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

 

cheers,

Mark

 

 

Hi thanks for that - It is already set to what you suggest...

Archived

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

×
×
  • Create New...