Quote:
Originally Posted by benz
To go back to the very original post, if you just want to show featured products in a random way you can modify featured_products.php to shuffle the array before assigning it to smarty.
Near the end of featured_products.php just add the line:
immediately before the line:
PHP Code:
$smarty->assign("f_products",$products);
|
Are you saying that that one line of code will display a random featured products list from all my products?