View Single Post
  #2  
Old 05-25-2009, 07:23 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Total number of products and current prodcuts displayed.

See this for starter and change it to what you need
Code:
{if $mode eq "search"} {if $total_items gt "1"} {$lng.txt_N_results_found|substitute:"items":$total_items}<br /> {$lng.txt_displaying_X_Y_results|substitute:"first_item":$first_item:"last_item":$last_item} {elseif $total_items eq "0"} {$lng.txt_N_results_found|substitute:"items":0} {/if} <br /> <br /> {/if}
BTW take a look at the search_results.tpl and you will find all the code you need it there
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote