View Single Post
  #2  
Old 01-28-2012, 01:23 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: show number of products in a category

This code from subcategories_list.tpl might be enough to get you started:
PHP Code:
{if $config.Appearance.count_products eq "Y"}
              {if 
$subcat.product_count}
                ({
$subcat.product_count} {$lng.lbl_products})
              {elseif 
$subcat.subcategory_count}
                ({
$lng.lbl_N_categories|substitute:count:$subcat.subcategory_count})
              {/if}
            {/if} 
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote