gigant Posted July 9, 2006 Posted July 9, 2006 Thanks. I just can't figure out what's wrong with this... I always get "shopping cart empty" message when I click on "checkout" button (going to SSL protected area). my "configure.php": define('HTTP_SERVER', 'http://mywebsite.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://web20.secure-secure.co.uk'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'mywebsite.com'); define('HTTPS_COOKIE_DOMAIN', 'web20.secure-secure.co.uk'); define('HTTP_COOKIE_PATH', '/Shop/'); define('HTTPS_COOKIE_PATH', '/mywebsite.com/Shop/'); define('DIR_WS_HTTP_CATALOG', '/Shop/'); define('DIR_WS_HTTPS_CATALOG', '/mywebsite.com/Shop/'); 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/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/sites/mywebsite.com/public_html/Shop/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); ...Thank you so much for your time and help =)
Tony Posted July 24, 2006 Posted July 24, 2006 Hi All Was there any feedback / resolution to this. I am currently trawling the forums looking for a solution to the same problem. It is cookie related but I cannot figure out how. This thread about cookie domains seems to point in that direction but did not resolve anything for me. cheersTony******************************My oscMax Store RecoverToy :: Antique Toy Car PartsTony's Tech BlogWrenMaxwell WebManagement******************************
Recommended Posts
Archived
This topic is now archived and is closed to further replies.