certified natural uk Posted January 8, 2005 Posted January 8, 2005 i stupidly forgot to backup the index.php while making changes below can some post the standard index.php as i want to keep new items table define('TEXT_MAIN', 'Welcome to our new shop'); define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Let's See What We Have Here'); define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_QUANTITY', 'Quantity'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now'); define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 ''); define('TEXT_NOW', '' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', 'What's New Here?'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?>
♥Vger Posted January 8, 2005 Posted January 8, 2005 Now, I have seen your previous posts - so I know that you have been told before not to use the osCommerce File Manager to edit files - but you've done it again. That's why your file is messed up. To get a new copy just download osCommerce MS 2.2 zip file from www.oscommerce.com, unzip it on your computer, and you've got untouched versions of all files. Vger
certified natural uk Posted January 8, 2005 Author Posted January 8, 2005 Now, I have seen your previous posts - so I know that you have been told before not to use the osCommerce File Manager to edit files - but you've done it again. That's why your file is messed up. To get a new copy just download osCommerce MS 2.2 zip file from www.oscommerce.com, unzip it on your computer, and you've got untouched versions of all files. Vger <{POST_SNAPBACK}> ahem i actually did it via ftp manager :P i just didnt backup
Recommended Posts
Archived
This topic is now archived and is closed to further replies.