View Single Post
  #31  
Old 02-12-2009, 03:23 PM
  seaCOAST's Avatar 
seaCOAST seaCOAST is offline
 

X-Adept
  
Join Date: Oct 2002
Location: New Hampshire
Posts: 569
 

Default Re: Random Featured Products using Recommended Products

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:
PHP Code:
shuffle($products); 
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?
__________________
Xcart V4.5.5 Gold
seaCOAST
"Live FREE or DIE!"
Reply With Quote