Hi
This topic i'm searching for is already on the forum but it seems it doesn't work fully with my shop( seracengineering.co.uk ), when i use the filter function i get an empty result and of course that is not good for the customer , so i used the code on this forum to display "no results found", but depending on where i put it , it can blank me the pages or it will show the wording even if there are products on the search result. The code that i used was if(empty($this->rows)){
echo 'No Results Found';
}
With no luck ,can you help on this?