Quote:
|
Originally Posted by Brian If you'll look in your search.php file for this code: Code: Content visible to verified customers only.
And replace it with this: Code: Content visible to verified customers only.
Then that should take care of the problem. |
If you do this there is a small problem that generates an error when you try to search all categories. what happens is this line (
$condition .= " images.catid IN($cids) AND ";) is repeated and one of them is stuck outside of the if conditional rendering a Search All Cateogories search impossible.
Instead find this:
Code:
Content visible to verified customers only.
replace with this:
Code:
Content visible to verified customers only.