View Single Post
  #4  
Old 08-31-2004, 04:46 PM
 
johnnydos johnnydos is offline
 

Member
  
Join Date: Apr 2004
Posts: 10
 

Default

I haven't seen a solution posted, so here is one:

In search.php (the one under /customer) add the following under #Navigation Code
Code:
$smarty->assign("total_products_in_search",$total_products_in_search);

Then you can call {$total_products_in_search} from search_result.tpl

Hope someone finds this helpful.

John
Reply With Quote