Guest Posted December 21, 2004 Posted December 21, 2004 Dear Friends, I have Problem with my oscommerce shopping cart error after adding product to cart its giving message "Your Cart is Empty" please give me solutions if any one have solutions of this Thanks in Advance
boxtel Posted December 22, 2004 Posted December 22, 2004 Dear Friends, I have Problem with my oscommerce shopping cart error after adding product to cart its giving message "Your Cart is Empty" please give me solutions if any one have solutions of this Thanks in Advance <{POST_SNAPBACK}> what is your configure.php ? Treasurer MFC
Guest Posted December 22, 2004 Posted December 22, 2004 Here is th Configure.php file <?php // Please, note that all changes in this file will be lost // after reconfiguring application by Plesk define('HTTP_SERVER', 'http://cadcaminfo.com'); define('HTTPS_SERVER', 'http://cadcaminfo.com'); define('ENABLE_SSL', 'false'); define('HTTP_COOKIE_DOMAIN', 'http://cadcaminfo.com'); define('HTTPS_COOKIE_DOMAIN', 'http://cadcaminfo.com'); define('HTTP_COOKIE_PATH', '/catelog/'); define('DIR_WS_HTTP_CATALOG', '/catelog/'); define('DIR_WS_HTTPS_CATALOG', '/catelog/'); 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', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME'])); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'database'); define('DB_SERVER_PASSWORD', 'password'); define('DB_DATABASE', 'cattable'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?>
boxtel Posted December 22, 2004 Posted December 22, 2004 Here is th Configure.php file <?php // Please, note that all changes in this file will be lost // after reconfiguring application by Plesk define('HTTP_SERVER', 'http://cadcaminfo.com'); define('HTTPS_SERVER', 'http://cadcaminfo.com'); define('ENABLE_SSL', 'false'); define('HTTP_COOKIE_DOMAIN', 'http://cadcaminfo.com'); define('HTTPS_COOKIE_DOMAIN', 'http://cadcaminfo.com'); define('HTTP_COOKIE_PATH', '/catelog/'); define('DIR_WS_HTTP_CATALOG', '/catelog/'); define('DIR_WS_HTTPS_CATALOG', '/catelog/'); 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', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME'])); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // define our database connection define('DB_SERVER', 'localhost'); define('DB_SERVER_USERNAME', 'database'); define('DB_SERVER_PASSWORD', 'password'); define('DB_DATABASE', 'cattable'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> <{POST_SNAPBACK}> lose the http:// in your cookie domains define('HTTP_COOKIE_DOMAIN', 'http://cadcaminfo.com'); Treasurer MFC
Guest Posted December 22, 2004 Posted December 22, 2004 I have Change This Line define('HTTP_COOKIE_DOMAIN', 'http://cadcaminfo.com'); to define('HTTP_COOKIE_DOMAIN', 'cadcaminfo.com'); But now Cart is not coming and refresh current page Please give me solutions i must appriciate you Thank You
ozEworks Posted December 23, 2004 Posted December 23, 2004 You might need to change the HTTPS as well! define('HTTPS_COOKIE_DOMAIN', 'cadcaminfo.com');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.