View Single Post
  #90  
Old 04-30-2008, 06:17 PM
 
ReadytoCover ReadytoCover is offline
 

Senior Member
  
Join Date: Apr 2008
Posts: 124
 

Default Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.

Thanks!

I also found how to remove the annoying redbox window at the top of the search results page that says:

There were no full word results, these results were generated using partial word matches.


In /skin1/modules/Smart_Search/smart_search.tpl

Go to around line 88 and comment out the following:

Code:
{if $partial_matches} <p style="border: 1px solid #FF0000; padding:10px;" align="center"> {$lng.lbl_no_full_word_results} </p> {/if}
__________________
x-cart 4.1.9
Reply With Quote