Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shopping Cart is Still empty


Guest

Recommended Posts

Posted

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

Posted
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

 

 

what is your configure.php ?

Treasurer MFC

Posted

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');
?>

Posted
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');
?>

 

 

lose the http:// in your cookie domains

 

define('HTTP_COOKIE_DOMAIN', 'http://cadcaminfo.com');

Treasurer MFC

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...