This QuickCode Tag is used to display the URL to the Category Image.
Requirements / Prerequisites
Will only function normally on the category.php HTML Template.
Example of Use
1. Use this QuickCode Tag to place the URL into custom code on the category.php HTML template. Example:
<a href="{CATEGORY-IMAGE-URL}">Click to see image</a>
2. Would output this: Click to see image
Source Code
Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {CATEGORY-IMAGE-URL} QuickCode Tag is changed into the source code below prior to the web page being displayed.