View Single Post
  #1  
Old 03-18-2007, 06:35 PM
 
pdheady pdheady is offline
 

Advanced Member
  
Join Date: Mar 2007
Location: West Palm Beach, FL
Posts: 36
 

Default Is there a way to count # of subcategories of category id?

I need to display how many subcategories belong to a category id. { $subcat.subcategory_count } should work and it's not.



{if $cat eq "655"}
<div class="bodytext1">There are <span style="color: #128B94; font-weight: bold">
{ $subcat.subcategory_count }
</span> styles to choose from.</div>
<br>
{/if}

__________________
Xcart 4.0.19
Reply With Quote