Hi
Quote:
Originally Posted by fsuggest
One thing I've noticed is that the search results is returning paginated pages with the last several pages showing blank results. For example, if you just hit the submit button on the top left hand sidebar search it returns 60 pages but pages 57-60 are blank.
|
That's because you have the following if statement around your product list code:
PHP Code:
<?php if ($product->saleprice > 0 && $product->saleprice < $product->price && $savings_percentage >= 30) { ?>
Eric