Page 1 of 1
Default Number of Products to Show (15)
Posted: Mon Aug 05, 2019 12:02 pm
by belindaj
Where is the code for the dropdown at the top of every category page that defaults to 15? Or have I missed an obvious setting somewhere to change the default?
I thought it might be under common but I can't find it.
Re: Default Number of Products to Show (15)
Posted: Mon Aug 05, 2019 2:08 pm
by ostechnologies
Navigate to admin->extensions->extensions->theme->Edit the store you want to make changes to and change the value of “ Default item per page ” as per your choice.
Also to get the code you can navigate to catalog->controller->product->category.php (default theme) and find the variable $limits.
Re: Default Number of Products to Show (15)
Posted: Mon Aug 05, 2019 5:11 pm
by belindaj
AHA - I KNEW I'd seen it somewhere. Many thanks.