Converting Toolkit snippet - sub-sub-categories

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lesliekirk
    Super Moderator











    • Aug 2008
    • 9291

    #1

    Converting Toolkit snippet - sub-sub-categories

    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):

    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">
    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
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: X | Facebook | Pinterest
  • Brennan
    Super Moderator









    • Jun 2009
    • 3481

    #2
    Re: Converting Toolkit snippet - sub-sub-categories

    Hey Leslie -

    Checkout these examples here:

    http://www.miva.com/videos/articles/...ement-examples
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment

    Working...
    X