Just a quick question.
At the bottom of the page, normally in cathegories, you have the thing that says, for example: Showing 15 of 30 on page 1.
So the number of items per page and which page this is.
Where do i need to look to delet this? I mean, which folder should i change, CSS or PHP? Have been looking for ages but I just cant seem to find the file that contains this.
Would be very thankful for the solution. I bet its simple enough.
Cheers
Attachments
Interested in deleting the thing in the circle - opencart.jpg (139.08 KiB) Viewed 674 times
Hello klicheshop,
You will find the file under system -> library -> pagination.php.
line no. 94
to replace code
Good Luck 
You will find the file under system -> library -> pagination.php.
line no. 94
Code: Select all
return ($output ? '<div class="' . $this->style_links . '">' . $output . '</div>' : '') . '<div class="' . $this->style_results . '">' . str_replace($find, $replace, $this->text) . '</div>';
Code: Select all
return ($output ? '<div class="' . $this->style_links . '">' . $output . '</div>' : '') . '';

Who is online
Users browsing this forum: No registered users and 17 guests