1. On the category.php page, place the {IF-SUBCATEGORIES-END} tag after all subcategory related QuickCode tags. Use the {IF-SUBCATEGORIES-BEGIN} tag after all of the subcategory related tags.
2. Example:
Subcategories:
{IF-SUBCATEGORIES-BEGIN}
{CATEGORY-NAME}
{IF-SUBCATEGORIES-END}
3. Would display this if there are any subcategories in the store under the current category:
Subcategories:
Subcategory one
Subcategory two
Subcategory three
|