Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP! "We have detected that your browser does not support cookies, or has set cookies to be disabled."


Sarah_h

Recommended Posts

Hi all,

 

I'm trying to get going with an oscom store but fine I'm getting this message when I try to add anything to the cart:

 

"We have detected that your browser does not support cookies, or has set cookies to be disabled."

 

Can anyone suggest what the problem may be? From researching I see it's all about cookies, well here's a part of my config file:

 

define('HTTP_SERVER', 'http://localhost'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', false); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'http://localhost');
 define('HTTPS_COOKIE_DOMAIN', '');
 define('HTTP_COOKIE_PATH', '/**/**/catalog/ins');
 define('HTTPS_COOKIE_PATH', '');
 define('DIR_WS_HTTP_CATALOG', '/**/**n/');
 define('DIR_WS_HTTPS_CATALOG', '');
 define('DIR_WS_IMAGES', 'images/');
 define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
 define('DIR_WS_INCLUDES', 'includes/');
 define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
 define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
 define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
 define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
 define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

As you can see I'm developing this site locally first but it seems I've fallen at the first hurdle!

 

Appriciate your guidance

 

Sarah

Link to comment
Share on other sites

Make sure that in your Admin Tool, Configuration > Sessions > Force Cookie Usage is set to FALSE.

 

:D I just hijacked your qustion as I was having the very same problem!

 

Big Big Ta for the answer Jason Ta very muchly

 

:thumbsup:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...