[[store.showCats]]

Available Since: V1.2.0

Snippet to display a list of product categories.

Parameter Description
size The size of the product image to show, one of t (tiny), s (small), m (medium), l (large), defaults to s.
wrappeCSS The CSS class to apply to the containing <ul>, defaults to storeCategories.
itemCSS The CSS class to apply to the
wrapperTpl The wrapper chunk for the product list output; defaults to store.categoryListWrap.
itemTpl The chunk to format each product in the list; defaults store.categoryListItem.
exclude Optional comma separated list of category IDs to exclude from the output.
include Optional comma separated list of category IDs to include in the output.
depth
If given the depth to descend below each category given in include, 0 = unlimited.



TOP