This is a discussion on os commerce and 2checkout within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I have pm2checkout 2.1 installed on oscommerce MS2. I have a SSL (not shared), the products are already in 2checkout ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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/'); |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help on parameter for 2CheckOut | syahmohamed | osCommerce 2.2 Modification Help | 0 | 05-29-2006 08:59 AM |
| 2checkout: safety issue | sindreg | osCommerce 2.2 Modification Help | 2 | 04-16-2005 05:15 AM |
| 2Checkout.com interface problem | johara2030 | osCommerce 2.2 Installation Help | 4 | 03-27-2005 02:00 PM |
| 2checkout module | stockfootage | osCommerce 2.2 Modification Help | 1 | 11-03-2004 06:06 PM |
| Please help on my e-commerce | tyz6970 | osCommerce 2.2 Modification Help | 2 | 06-21-2004 07:40 AM |