This QuickCode Tag is used to display the Number of Subcategories that are associated with this Category.
Requirements / Prerequisites
This must be used on the category.php HTML template.
Example of Use
1. Display to the customer how many subcategories that are associated with this category. Example:
There are {CATEGORY-NUMBER-OF-SUBCATEGORIES} subcategories associated with this product.
2. Would output this:
There are 5 subcategories associated with this product.
Source Code
Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {CATEGORY-NUMBER-OF-SUBCATEGORIES} QuickCode Tag is changed into the source code below prior to the web page being displayed.