Guest Posted March 23, 2004 Share Posted March 23, 2004 Hello again, How comes when I click on a Category I get the following message rather than the Category name: Let's See What We Have Here Cheers Bacon Link to comment Share on other sites More sharing options...
Guest Posted March 23, 2004 Share Posted March 23, 2004 I just re-read my message and it was just a bit vague... To be more accurate, when I click on a category rather than the name of the category showing on the main page i get the wording: Let's See What We Have Here Does anyone know how to amend this so that I see the Category name rather than this message. Aswell I would like to get rid of the Header image as well. Is this possible?? Thanks in advance Bacon Link to comment Share on other sites More sharing options...
241 Posted March 23, 2004 Share Posted March 23, 2004 in catalog/includes/languages/english/index.php at the bottom is this code 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'); } change to 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['categories_name']); } and change if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Let\'s See What We Have Here'); to this if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', $categories['categories_name']); No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
Guest Posted March 23, 2004 Share Posted March 23, 2004 perfect thank you very much :D Link to comment Share on other sites More sharing options...
Guest Posted March 29, 2004 Share Posted March 29, 2004 I spent two hours trying to figure this one out. Now I see what I was missing. I should have started searching here instead of in the code. I was in the right place, but I missed a step. Thanks so much for this. :D Link to comment Share on other sites More sharing options...
Dakota Posted March 29, 2004 Share Posted March 29, 2004 There are tons of posts about the infamous 'Let's See What We Have Here'. Unfortunately, you can't find any of them using the search engine here. Link to comment Share on other sites More sharing options...
OceanRanch Posted March 29, 2004 Share Posted March 29, 2004 Hey Dakota, You're correct about the search in Invision. Small words and searches for "quotations" do not work. It's funny how your can enter "Let's See What We Have Here" into the Google search engine and the very first hit I get is a link to the osCommerce forum with the solution. :lol: Tom Link to comment Share on other sites More sharing options...
Dakota Posted March 30, 2004 Share Posted March 30, 2004 Tom, I got my first Google hit on http://www.homebizbuzz.co.nz/shop/default.php?cPath=2. This is a OSC site page with Let's see...... still there! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.