This QuickCode Tag is used to display the System ID Number (SID) of the Parent Category, if one is associated with this category.
Requirements / Prerequisites
This must be used in the category.php HTML template.
Example of Use
1. Use this quickcode tag to display the SID of the Parent Category for this category. Example:
The SID for the parent category is: {CATEGORY-PARENT-CATEGORY-SID}
2. Would output this: The SID for the parent category is: 2
Source Code
Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {CATEGORY-PARENT-CATEGORY-SID} QuickCode Tag is changed into the source code below prior to the web page being displayed.