Jump to content

Paging Products


Recommended Posts

You can change it in the frontcontroller. line 838

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

Of course, it would be better to use an override :)

  • Like 1
Link to comment
Share on other sites

You can change it in the frontcontroller. line 838

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

Of course, it would be better to use an override :)

Unfortunately I can not do it.

To put them all ?

Link to comment
Share on other sites

×
×
  • Create New...