iwkod Posted October 3, 2006 Posted October 3, 2006 some how i screwed up - tried changing pre-set text in tools,language,index.php need original to copy over. This is what i have now <?php /* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ define( Thanks for checking our website out!!! We are Excited about our new product line that we introduced at H2O International this year - the Fiberglass Headliner boards for Volkswagen's have been a Great Success since the prototype was introduced. Please contact us for more information if needed. ); 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'); } ?>
steve_s Posted October 3, 2006 Posted October 3, 2006 if you dont have original files simply download osc again will be quicker than waiting for someone to copy and paste theirs im at work so dont have access to mine
ashlyn Posted October 3, 2006 Posted October 3, 2006 define( Thanks for checking our website out!!! We are Excited about our new product line that we introduced at H2O International this year - the Fiberglass Headliner boards for Volkswagen's have been a Great Success since the prototype was introduced. Please contact us for more information if needed. ); All you need to do is check that each time you use a word with ' in it (eg: can't, don't, it's), that you put a \ before the ' If you change Volkswagen's in your text, to say Volkswagen\'s then you won't need a new file. ------------------------------------------------------- I used to be insane, but now I'm just nuts ;)
iwkod Posted October 3, 2006 Author Posted October 3, 2006 Got It Workin Again - Thanks for the help!!!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.