View Single Post
  #10  
Old 09-30-2011, 02:49 PM
 
plnewton plnewton is offline
 

Advanced Member
  
Join Date: Sep 2011
Posts: 65
 

Default Re: display names of hidden products?

I added ;
$newtons_query = "SELECT * FROM $sql_tbl[products] WHERE forsale = 'H' "; $hidden_products = func_query($newtons_query); //Assign the hidden_products variable (array) $smarty->assign('hidden_products', $hidden_products);

to manufacturer.php,

then i did {$hidden_products}, but all it's displaying is "Array". Am I doing this wrong? Please help!
__________________
Version 4.4.3
Reply With Quote