weezy Posted July 5, 2006 Posted July 5, 2006 Every time I try to add an item to the shopping cart I get the "enable cookies" page. I've read the implementations from http://www.oscommerce.info/kb/osCommerce/D...plementations/4 and it stated that I change the cookie_test from 30 days to 0. How would I go about changing this? help is really appreciated.
Guest Posted July 5, 2006 Posted July 5, 2006 the cookie test is send in your catalog\includes\application_top.php default: tep_setcookie('cookie_test', 'please_accept_for_session', time()+60*60*24*30, $cookie_path, $cookie_domain); you could alter the duration. It is best, not to enforce cookies there is a setting with the osc admin->configuration->sessions for this.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.