Announcement

Collapse
No announcement yet.

Toolkit end of life for new Readythemes?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Toolkit end of life for new Readythemes?

    I'm running into good old reliable toolkit functions that simply do not work anymore.

    Example:

    <mvt:item name="toolkit" param="bestseller|pcount|g.Category_Code|9" />
    <mvt:if expr="pcount GT 0">
    <mvt:foreach iterator="bestsell" array="bestseller">
    <li>
    <div class="blocks-inner" style="margin:10px;">
    <div style="padding-bottom:10px; min-height:100px;" align="center"><a href="/shirt/&mvte:bestsell:code;.html"><img src="&mvte:bestsell:thumbnail;" alt="&mvte:bestsell:name;" title="&mvte:bestsell:name;" border="0" class="corners shadows" style="max-height:300px;" /></a></div>

    </li>
    </mvt:foreach>
    </mvt:if>

    Can we get a schedule of how this is being phased out or is there a new list for the mod for edits to make these vital function still work?

    #2
    Originally posted by fastees View Post
    I'm running into good old reliable toolkit functions that simply do not work anymore.

    Example:

    <mvt:item name="toolkit" param="bestseller|pcount|g.Category_Code|9" />
    <mvt:if expr="pcount GT 0">
    <mvt:foreach iterator="bestsell" array="bestseller">
    <li>
    <div class="blocks-inner" style="margin:10px;">
    <div style="padding-bottom:10px; min-height:100px;" align="center"><a href="/shirt/&mvte:bestsell:code;.html"><img src="&mvte:bestsell:thumbnail;" alt="&mvte:bestsell:name;" title="&mvte:bestsell:name;" border="0" class="corners shadows" style="max-height:300px;" /></a></div>

    </li>
    </mvt:foreach>
    </mvt:if>

    Can we get a schedule of how this is being phased out or is there a new list for the mod for edits to make these vital function still work?
    Did you ever get a reply to your question?
    Thank you, Bill Davis

    Comment


      #3
      Im not aware of any of the toolkit functions that stopped working. Are you correctly passing in the Category Code into the function?

      As far as built in replacements, using ReadyThemes product list, you can include a list of all products or products from a specific category. We have plans to update this to also include bestsellers and newest products.

      You could get similar functionality now, by creating a new product list under ReadyThemes, show all products, then sort the list by bestsellers. This will always show you the top best selling products for the entire store (not a specific category)
      Brennan Heyde
      VP Product
      Miva, Inc.
      [email protected]
      https://www.miva.com

      Comment


        #4
        Had similar issue. Because.... toolkit item was not assigned to the page

        Comment

        Working...
        X