Category Introduction / Header
Tag: <!--WDK:plugin:shopcategory:property:content_intro-->
Description:
Outputs the content from the Category Introduction.
Usage:
< div class ="category ">
<!--WDK:plugin:shopcategory:property:content_intro-->
...
<!--WDK:plugin:shopcategory:property:content_footer-->
</ div >
Tag: <!--WDK:plugin:shopcategory:property:category_listing_heading-->
Description:
Outputs the Category Listing Heading _e.g. "Categories:"
Usage:
< div class ="category ">
<!--WDK:plugin:shopcategory:property:category_listing_heading-->
<!-- INSERT SUB CATEGORY CODE HERE -->
...
Category Footer
Tag: <!--WDK:plugin:shopcategory:property:content_footer-->
Description:
Outputs the content from the Category Footer
Usage:
< div class ="category ">
<!--WDK:plugin:shopcategory:property:content_intro-->
...
<!--WDK:plugin:shopcategory:property:content_footer-->
</ div >
Start the Sub Category Loop
Tag: <!--WDK:plugin:shopcategory:subcategory:start-->
Description:
Starts the loop of the sub categories of this category.
Usage:
< div class ="sub-category-list ">
<!--WDK:plugin:shopcategory:subcategory:start-->
< div class ="sub-category ">
...
</ div >
<!--WDK:plugin:shopcategory:subcategory:end-->
</ div >
End the Sub Category Loop
Tag: <!--WDK:plugin:shopcategory:subcategory:end-->
Description:
If using the subcategory:start
tag, you must also include the end tag.
Usage:
< div class ="sub-category-list ">
<!--WDK:plugin:shopcategory:subcategory:start-->
< div class ="sub-category ">
...
</ div >
<!--WDK:plugin:shopcategory:subcategory:end-->
</ div >
Tag: <!--WDK:plugin:shopcategory:subcategory:item:image-->
Description: Outputs the source of the sub category image.
Usage:
< div class ="sub-category ">
< img src ="<!--WDK:plugin:shopcategory:subcategory:item:image--> " />
</ div >
Tag: <!--WDK:plugin:shopcategory:subcategory:item:title-->
Description: Outputs the title of the sub category.
Usage:
< div class ="sub-category ">
< strong > <!--WDK:plugin:shopcategory:subcategory:item:title--> </ strong >
</ div >
Tag: <!--WDK:plugin:shopcategory:subcategory:item:url-->
Description: Outputs the url to link to the sub category.
Usage:
< div class ="sub-category ">
< a href ="<!--WDK:plugin:shopcategory:subcategory:item:url--> "> <!--WDK:plugin:shopcategory:subcategory:item:title--> </ a >
</ div >
Tag
Output
<!--WDK:plugin:shopcategory:pagination-->
Product List pagination for the category
<!--WDK:plugin:shop:property:product_listing_heading-->
Product Listing Headering e.g. "Products:"
Extra Tags
Output
Tag
Breadcrumb
<!--WDK:plugin:shopcategory:breadcrumb-->
Image Effects JS
<!--WDK:plugin:shopcategory:imageeffectplugin-->
Expression
Tag
If the current category has a parent category
<!--WDK:if:plugin:shopcategory:property:parent-->
If the Use Basket shop config settings set
<!--WDK:ifnot:plugin:shop:property:use_basket-->
If the Shop Search shop config setting set
<!--WDK:if:plugin:shop:property:shop_search-->