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
|