View Single Post
  #9  
Old 09-30-2011, 12:50 PM
 
plnewton plnewton is offline
 

Advanced Member
  
Join Date: Sep 2011
Posts: 65
 

Default Re: display names of hidden products?

Where do I paste this code? Which file? Search.php? ;
$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);
__________________
Version 4.4.3
Reply With Quote