Guest Posted July 27, 2006 Share Posted July 27, 2006 We just installed SLL on oscommerce however having a little problem. The product is added to the shopping basket but when you select checkout it says that the shopping cart is empty! I suppose this is a cookie issue? The SLL is installed for mydomain.com not www.mydomain.com oscommerce is installed at the front of the domain Config file; can anyone spot anything? // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.mydomain.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://mydomain.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.mydomain.com'); define('HTTPS_COOKIE_DOMAIN', mydomain.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); 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/'); Link to comment Share on other sites More sharing options...
PhpNurd Posted July 27, 2006 Share Posted July 27, 2006 Any link to your site plz Link to comment Share on other sites More sharing options...
Guest Posted July 27, 2006 Share Posted July 27, 2006 Just checked on a separate machine and it seems that when you add the product to the cart it says the same thing, your cart is empty. Link to comment Share on other sites More sharing options...
PhpNurd Posted July 27, 2006 Share Posted July 27, 2006 Did you edit /admin/config file also ? And is the error not there without SSL ? Link to comment Share on other sites More sharing options...
PhpNurd Posted July 27, 2006 Share Posted July 27, 2006 Try https://ursite.comm it should work fine. Link to comment Share on other sites More sharing options...
Guest Posted July 27, 2006 Share Posted July 27, 2006 looks like it sorted itself out somehow??????? i pm'd you my address, can you try it for me please Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.