Guest Posted March 1, 2006 Posted March 1, 2006 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
Guest Posted March 1, 2006 Posted March 1, 2006 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.
Guest Posted March 1, 2006 Posted March 1, 2006 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? :(
Guest Posted March 1, 2006 Posted March 1, 2006 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...
njtermite Posted March 1, 2006 Posted March 1, 2006 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
Guest Posted March 1, 2006 Posted March 1, 2006 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...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.