Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

shopping cart


rania

Recommended Posts

Posted

i have done the installation part, but when i opened the catalog section and click one of the item, i expect the shopping cart supposed to have the item save in it instead the shopping cart remain empty. i have change the sessions part to

 

Session Directory /tmp

Force Cookie Use True

Check SSL Session ID True

Check User Agent False

Check IP Address False

Prevent Spider Sessions True

Recreate Session True

 

but it is still not working ..anyone have any idea on how to solve this?

Posted

Can you post the contents of both configure.php files, but do not include the database info.

Posted

/public_html/catalog/admin/includes

 

<?php

define('HTTP_SERVER', 'http://www.maxvuevision.com');

define('HTTP_CATALOG_SERVER', 'http://www.maxvuevision.com');

define('HTTPS_CATALOG_SERVER', 'http://www.maxvuevision.com');

define('ENABLE_SSL_CATALOG', 'false');

define('DIR_FS_DOCUMENT_ROOT', '/usr/home/maxvuevision/public_html/catalog/');

define('DIR_WS_ADMIN', '/catalog/admin/');

define('DIR_FS_ADMIN', '/usr/home/maxvuevision/public_html/catalog/admin/');

define('DIR_WS_CATALOG', '/catalog/');

define('DIR_FS_CATALOG', '/usr/home/maxvuevision/public_html/catalog/');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');

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_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

define('DB_SERVER', '-');

define('DB_SERVER_USERNAME', '-');

define('DB_SERVER_PASSWORD', '-');

define('DB_DATABASE', '-');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

?>

 

/public_html/catalog/includes

 

<?php

define('HTTP_SERVER', 'http://www.maxvuevision.com');

define('HTTPS_SERVER', 'http://www.maxvuevision.com');

define('ENABLE_SSL', false);

define('HTTP_COOKIE_DOMAIN', 'www.maxvuevision.com');

define('HTTPS_COOKIE_DOMAIN', 'www.maxvuevision.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', '/usr/home/maxvuevision/public_html/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

define('DB_SERVER', '-');

define('DB_SERVER_USERNAME', '-');

define('DB_SERVER_PASSWORD', '-');

define('DB_DATABASE', '-');

define('USE_PCONNECT', 'false');

define('STORE_SESSIONS', 'mysql');

?>

  • 2 weeks later...
Posted

im still stuck with the shopping cart problem ..

ive seen other people whose using the OSCommerce and dont have any problem ..

ive follow the installation procedure over and over again but still cudnt get it fix!

its been 2 month and i still cant use it ..

 

before this i thought it was the https pem ..but after some research i figure out tht https is just for the checkout part ..

but my problem start before the checkout .. i cant even add an item into the cart! ..

 

perhaps its related wth the database ..but which part is not right ..

what do i hav to do to fix this ..

Archived

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

×
×
  • Create New...