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?
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?
Comment