Answers for "prestashop 1.7 listing products by category"

PHP
0

prestashop show all products in category

if ($resultsPerPage <= 0 || $resultsPerPage > 100) {
    $resultsPerPage = Configuration::get('PS_PRODUCTS_PER_PAGE');
}
Posted by: Guest on January-12-2021

Code answers related to "prestashop 1.7 listing products by category"

Browse Popular Code Answers by Language