
What i am trying to do is change the deafult of 15 to say 100. I cannot find which file controls or lists these values to be able to change them.
If anyone could provide any help that would be great.
Code: Select all
$limits = array_unique(array($this->config->get($this->config->get('config_theme') . '_product_limit'), 25, 50, 75, 100));
Thank you for your reply. going to extensions>themes and changing the products per page worked like a charm.cyclops12 wrote:goto admin of your site then extensions/extensions and choose themes from the dropdown
click to edit your theme and you will see Default Items Per Page.....
You can change it there.
But also be aware in catalog/controller/product/category.php you have the array of limits like belowSo you may have to alter this to suit your new valueCode: Select all
$limits = array_unique(array($this->config->get($this->config->get('config_theme') . '_product_limit'), 25, 50, 75, 100));
So please add [SOLVED] to the start of this post title.
For quick, professional OpenCart support please email info@antropy.co.uk
Users browsing this forum: No registered users and 25 guests