View Single Post
  #5  
Old 01-04-2011, 10:04 AM
 
Ayla Ayla is offline
 

Newbie
  
Join Date: Jan 2011
Posts: 9
 

Default Re: Add variable to homepage

So to recap (with a demo query) this is all it needs?:

Quote:
$products = func_query("SELECT * FROM `products` ORDER BY `field` ASC");
$smarty->assign("new_products", $products);
__________________
// Ayla

X-Cart 4.4.1
Reply With Quote