hicksman99 Posted February 3, 2005 Posted February 3, 2005 I have just installed oscommerce on php 4.3.9 and am having some issues. If i try to add a product to my shopping cart, it just says that my shopping cart is empty. After many hours of searching for an answer I am still stuck. The items are adding to the cart db but it appears that the session is dropping them before the next step. Any insight would be most helpful. Thanks :blink:
whundt Posted February 3, 2005 Posted February 3, 2005 I have just installed oscommerce on php 4.3.9 and am having some issues. If i try to add a product to my shopping cart, it just says that my shopping cart is empty. After many hours of searching for an answer I am still stuck. The items are adding to the cart db but it appears that the session is dropping them before the next step. Any insight would be most helpful. Thanks :blink: <{POST_SNAPBACK}> Hi Had the same problem. You might need to set the ssl in the catalog/includes/local/configure.php the same as your https://xxxxx.com just without the s in the http, like this assuming you have shared ssl: define('HTTP_SERVER', 'http://securedomain.domain.com'); define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT . '../'); define('DIR_FS_LOGS', '../admin/logs'); define('HTTPS_SERVER', 'https://securedomain.domain.com'); Hope that will solve you issue Werner
Recommended Posts
Archived
This topic is now archived and is closed to further replies.