I have pm2checkout 2.1 installed on oscommerce MS2. I have a SSL (not shared), the products are already in 2checkout with the ID. I have reviewed the contribution installation instruction a few times.
I am able to complete the checkout process with 2checkout, but when the order details are empty, it only shows a cart number and total in the 2checkout Order Details page. I think there is a problem with my cookies or sessions, but cant find the problem.
I have force cookies set to true
Also in my configure.php if I change 'HTTPS_COOKIE_DOMAIN' to 'https://www.mydomain.com' I get a message in the browser from cookie_usage.php telling to enable cookies. My configure.php looks like this: (i replaced my site with mydomain.com for the post).
I will appreciate some help with this!!! thanks in advance
define('HTTP_SERVER', 'http://www.mydomain.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://www.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', 'mydomain.com');
define('HTTPS_COOKIE_DOMAIN', 'mydomain.com');
define('HTTP_COOKIE_PATH', '/catalog/');
define('HTTPS_COOKIE_PATH', '/catalog/');
define('DIR_WS_HTTP_CATALOG', '/catalog/');
define('DIR_WS_HTTPS_CATALOG', '/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/');
define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
define('DIR_FS_CATALOG', '/home/content/p/r/e/domainame/html/catalog/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');





LinkBack URL
About LinkBacks






Bookmarks