View Single Post
  #4  
Old 02-21-2003, 01:17 AM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

Okay .. this will.

add the following line to search.php after the $smarty->assign("main","search");

Code:
$smarty->assign("totalprod",$total_products_in_search);

new code for search_result.tpl:

Code:
{* $Id: search_result.tpl,v 1.10 2002/10/11 12:43:43 ambal Exp $ *} { include file="location.tpl" last_location=$lng.lbl_search_results} Your search produced : {$totalprod} results. </p> {include file="customer/main/navigation.tpl"} {capture name=dialog} {include file="customer/main/products.tpl"} {/capture} {if $products ne ""} {include file="dialog.tpl" title=$lng.lbl_search_results content=$smarty.capture.dialog extra="width=100%"} {else} {include file="dialog.tpl" title=$lng.lbl_search_results content="No matching products found" extra="width=100%"} {/if} {include file="customer/main/navigation.tpl"}
enjoy.
__________________
ex x-cart guru
Reply With Quote