I currently use a Toolkit snippet to pull in the products of a sub-sub category to the sub-category level as part of a page to pull products from sub-sub categories on to a sub-cat page. This is just a small portion of the code (I can (re)post the entire snippet if need be):
What I'd like to be able to do is convert this to the subcategories_listing function. Is this now possible? If so, I'm going to need a hint or two. Then once I get it figured out, I'd also like to post the toolkit to native snippet at snippets.miva.com - I think this will be a great help to those of us who would like to convert Toolkit snippets to store morph.
Thanks,
Leslie
Code:
<mvt:item name="toolkit" param="subcat2|ccount2|l.all_settings:sub_category:code" /><mvt:if expr="ccount2 GT 0"> <mvt:foreach iterator="sub_category2" array="sub_categories2"> <!-- Begin Product Display for each subcategory --> <mvt:item name="toolkit" param="cxpc|pcount|l.all_settings:sub_category2:code" /> <mvt:if expr="pcount GT 0">
Thanks,
Leslie
Comment