If the following code is added to category.template.php:
{CATEGORY-NAME}
{SUBCATEGORY-BLOCK-BEGIN}
*start block*
This text is static content that will be displayed the same for every subcategory.
Individualized content for each subcategory may be generated by compatible QuickCode Tags: {CATEGORY-NAME}
*end block*
{SUBCATEGORY-BLOCK-END}
When the stofront category page for Example Category is displayed in the storefront, if Example Category has the subcategories One, Two, and Three, the following will be displayed:
Example Category
*start block*
This text is static content that will be displayed the same for every subcategory.
Individualized content for each subcategory may be generated by compatible QuickCode Tags: One
*end block*
*start block*
This text is static content that will be displayed the same for every subcategory.
Individualized content for each subcategory may be generated by compatible QuickCode Tags: Two
*end block*
*start block*
This text is static content that will be displayed the same for every subcategory.
Individualized content for each subcategory may be generated by compatible QuickCode Tags: Three
*end block* |