Hi,
Is it possible to have a 10 search results and more compare results.
Thx HEnk
Hi Henk,
Sure; you just need to override $config_resultsPerPage at the top of products.php. For example:
<?php require("includes/common.php"); // add this line with the number of compare results you want $config_resultsPerPage = 20; // rest of script?>
Cheers, David.
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi Henk,
Sure; you just need to override $config_resultsPerPage at the top of products.php. For example:
<?php
require("includes/common.php");
// add this line with the number of compare results you want
$config_resultsPerPage = 20;
// rest of script
?>
Cheers,
David.