sandwick Posted July 31, 2008 Share Posted July 31, 2008 Where do I find the { TEXT_ALL_MANUFACTURERS } so I can change the value. Right now it is "All Manufacturers" would like to change it to BRANDS . I have looked in the /catalog/includes/languages/english.php and it is NOT in there ? Any suggestions would be appreciated !!! :rolleyes: Quote Link to comment Share on other sites More sharing options...
Guest Posted July 31, 2008 Share Posted July 31, 2008 That info can be found in catalog>includes>languages>index.php as below: 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'); Chris Quote Link to comment Share on other sites More sharing options...
sandwick Posted July 31, 2008 Author Share Posted July 31, 2008 Found it ... THANKS ! :rolleyes: :D Quote Link to comment Share on other sites More sharing options...
Guest Posted August 1, 2008 Share Posted August 1, 2008 Found it ... THANKS ! :rolleyes: :D There is a bit more to do, have a look at the Manufacturers Box To Anything Box contribution. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.