Jump to content

Ilość produktów kategorii


marcinkluska

Recommended Posts

/classes/controllers/frontController.php

$nArray = (int)Configuration::get('PS_PRODUCTS_PER_PAGE') != 10 ? array((int)Configuration::get('PS_PRODUCTS_PER_PAGE'), 10, 20, 50) : array(10, 20, 50);

zmieniamy wartości na swoje

 

w ps 1.6 jest nieco inaczej, ale ten sam plik, jest tam:

$nArray = array($default_products_per_page, $default_products_per_page * 2, $default_products_per_page * 5);

co wydaje mi się być rozsądniejszym rozwiązaniem, bo przemnaża standardową ilość z backoffice

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...