Hi all, sorry for the delay, happy new year to you all.
If you want to increase the number of new or random products...
Simply edit
smart_new_products.php or
smart_random_products.php
Code:
$qry = "SELECT * FROM " . $sql_tbl["products"] . " WHERE forsale='Y' AND avail > 0 ORDER BY add_date DESC LIMIT 3";