LisaC Posted September 4, 2006 Share Posted September 4, 2006 On the index page at teh top there is a saying in bold "What's new here?" Where is that located? On what file? I can't find the darn thing anywhere :( Link to comment Share on other sites More sharing options...
gillamb Posted September 4, 2006 Share Posted September 4, 2006 On the index page at teh top there is a saying in bold "What's new here?"Where is that located? On what file? I can't find the darn thing anywhere :( Go to catalog\includes\languages\english\index.php Link to comment Share on other sites More sharing options...
LisaC Posted September 4, 2006 Author Share Posted September 4, 2006 Um....I don't see it there. I have checked the header.php, the catalog index.php as well as the english.php and can not find this little blurb of text anywhere. http://ljgdesign.com/catalog/ There's the shop if you wanted to look and see what I mean. Go to catalog\includes\languages\english\index.php Link to comment Share on other sites More sharing options...
Guest Posted September 4, 2006 Share Posted September 4, 2006 In the index.php \includes\languages\english\index.php About three line up from the bottom Mine says Welcome to the Store Edward if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Items Available in this Category'); 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', 'Welcome to the store'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?> Link to comment Share on other sites More sharing options...
LisaC Posted September 4, 2006 Author Share Posted September 4, 2006 OMG u rock!!!!! Thank you SOOOO MUCH. I wasn't looking far enough down the page. Gawd I can't thank you enough lol HUGS In the index.php \includes\languages\english\index.php About three line up from the bottom Mine says Welcome to the Store Edward if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Items Available in this Category'); 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', 'Welcome to the store'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.