Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

alex_gospodarets

Pioneers
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Real Name
    Alex

alex_gospodarets's Achievements

  1. Hi, could you show me what is wrong i have the same problem with oscommerce, here is my config file: <?php define('HTTP_SERVER', 'http://www.*******.com'); //define('HTTPS_SERVER', 'https://padlocksecure.co.uk/*******'); define('HTTPS_SERVER', 'https://www.*******.com'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', '*******.com'); define('HTTPS_COOKIE_DOMAIN', '*******.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); 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/project/public_html'); 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'); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', '*******'); define('DB_SERVER_PASSWORD', '*******'); define('DB_DATABASE', '*******'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' //ink1 mysql server: define('DB_SERVER2', '*******'); // eg, localhost - should not be NULL for productive servers define('DB_SERVER_USERNAME2', '*******'); define('DB_SERVER_PASSWORD2', '*******'); define('DB_DATABASE2', '*******'); define('VAT', 20); $config_discount_band=array(); $config_discount_band["CPR"]=array( 18 => 20, 15 => 15, 10 => 10, 5 => 5, ); $config_discount_band["ECOT"]=array( 4 => 8, ); $config_discount_band["ECO"]=array( 6 => 15, 3 => 10, ); $config_discount_band["OEM"]=array( 6 => 10, 2 => 5, ); define('FREE_PRODUCT_ID', 80773); // Originally was define('FREE_PRODUCT_TOTAL', 20); define('POINTS_AUTO_APPROVE', false); define('POINTS_PERCENTAGE', 2); define('POINTS_MIN_SPEND', 5.00); ?>
×
×
  • Create New...