Post by klicheshop » Wed Jul 15, 2015 8:40 am

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

opencart.jpg

Interested in deleting the thing in the circle - opencart.jpg (139.08 KiB) Viewed 674 times


Newbie

Posts

Joined
Wed Jul 15, 2015 8:32 am

Post by dswtpl » Fri Jul 17, 2015 2:46 pm

Hello klicheshop,

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>';
to replace code

Code: Select all

return ($output ? '<div class="' . $this->style_links . '">' . $output . '</div>' : '') . '';
Good Luck :)

New member

Posts

Joined
Thu Feb 12, 2015 10:17 pm
Who is online

Users browsing this forum: No registered users and 17 guests