Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

matt5150

Archived
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Real Name
    Matt M

matt5150's Achievements

  1. Fixed the form tag but still having issues. The page keeps refreshing when a box is checked and then even after I have chosen more than 2 products, it says I havent chosen at least 2 products. Could you display the code for your page, maybe I can just use what you have.
  2. Can you take a look at why the contribution is not working quite right: http://siteowner.net/audiospec/index.php?c...a&columns_11=11
  3. Can you take a look at why the contribution is not working quite right: http://siteowner.net/audiospec/index.php?c...a&columns_11=11
  4. Once I have uploaded the files and edited the config file, I get a blank page: http://siteowner.net/store/ What might be the cause of this? The store was working fine before I added the files. The config file reads as follows: <?php /* $Id: configure.php,v 1.14 2003/07/09 01:15:48 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://siteowner.net'); define('HTTPS_SERVER', 'https://siteowner.net'); define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'http://siteowner.net'); define('HTTPS_COOKIE_DOMAIN', 'https://siteowner.net'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/store/'); define('DIR_WS_HTTPS_CATALOG', '/store/'); define('DIR_WS_IMAGES', '/store/images/'); define('DIR_WS_ICONS', '/store/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', 'owner_osc1'); define('DB_SERVER_PASSWORD', 'toQtGsvpAW'); define('DB_DATABASE', 'owner_osc1'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', 'mysql' // STS: ADD: Define Simple Template System files define('STS_START_CAPTURE', DIR_WS_INCLUDES . 'sts_start_capture.php'); define('STS_STOP_CAPTURE', DIR_WS_INCLUDES . 'sts_stop_capture.php'); define('STS_RESTART_CAPTURE', DIR_WS_INCLUDES . 'sts_restart_capture.php'); define('STS_TEMPLATE_DIR', DIR_WS_INCLUDES . 'sts_templates/'); define('STS_DEFAULT_TEMPLATE', DIR_WS_INCLUDES . 'sts_template.html'); define('STS_DISPLAY_OUTPUT', DIR_WS_INCLUDES . 'sts_display_output.php'); define('STS_USER_CODE', DIR_WS_INCLUDES . 'sts_user_code.php'); define('STS_PRODUCT_INFO', DIR_WS_INCLUDES . 'sts_product_info.php'); // STS: EOADD ?>
×
×
  • Create New...