This QuickCode Tag is used to display the name of the HTML template that is associated with this category.
Requirements / Prerequisites
This must be used on the category.php HTML template.
Example of Use
1. Use this quickcode tag to display the template name of the HTML template that is associated with this category. Example:
The HTML template that is associated with this category is: {CATEGORY-TEMPLATE}
2. Would output this: The HTML template that is associated with this category is: category_2.php
Source Code
Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {CATEGORY-TEMPLATE} QuickCode Tag is changed into the source code below prior to the web page being displayed.