kuai Posted January 17, 2009 Share Posted January 17, 2009 Help! I need to remove the Advanced Seach Feature located in the Quick Find block. I do not need this. I do want to keep the general search feature. thanks Link to comment Share on other sites More sharing options...
kuai Posted January 17, 2009 Author Share Posted January 17, 2009 Help! I need to remove the Advanced Seach Feature located in the Quick Find block. I do not need this. I do want to keep the general search feature. thanks I figured it out. thanks. Change: // quick_find box text in includes/boxes/quick_find.php define('BOX_HEADING_SEARCH', 'Quick Find'); define('BOX_SEARCH_TEXT', 'Use keywords to find the product you are looking for.'); define('BOX_SEARCH_ADVANCED_SEARCH', ' Advanced Search '); To: // quick_find box text in includes/boxes/quick_find.php define('BOX_HEADING_SEARCH', 'Quick Find'); define('BOX_SEARCH_TEXT', 'Use keywords to find the product you are looking for.'); define('BOX_SEARCH_ADVANCED_SEARCH', ''); Link to comment Share on other sites More sharing options...
kuai Posted January 17, 2009 Author Share Posted January 17, 2009 I figured it out. thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.