I'm using the ReadyTheme Product Listings to replace a snippet of Toolkit code I use to call in products from a category. Here's how the little ditty started off:
So my question is this, does this new feature randomize the product display since it does have the ability to limit the number of products from a category being display?
Code:
<mvt:item name="toolkit" param="sassign|cat_code|mycatcode" /> <mvt:item name="toolkit" param="randomcat|pcount|g.cat_code|4" /> <mvt:if expr="pcount GT 0">
Comment