I agree with you.
To modify paging's display code, edit includes/classes/split_page_results.php -> display_count() method, line# 156
toPHP Code:
return sprintf($text_output, $from_num, $to_num, $this->number_of_rows);
PHP Code:
return sprintf('Total %d Products', $this->number_of_rows);
Bookmarks