store.productListWrap

Available Since: V1.2.4

Store chunk to wrap and format the category list.

<ul class="row [[+class]]">
	[[+products]]
</ul>
[[+pagination]]

Placeholder Description
class The class given by the css parameter in the snippet call.
products The list of products, the list is formatted by the itemTpl chunk.
pagination The pagination widget if the product list exceeds 1 page.




TOP