Quote Originally Posted by cvhainb View Post
If you have a large site, this code can make your site slow.
I agree with you.
To modify paging's display code, edit includes/classes/split_page_results.php -> display_count() method, line# 156
PHP Code:
return sprintf($text_output$from_num$to_num$this->number_of_rows); 
to
PHP Code:
return sprintf('Total %d Products'$this->number_of_rows);