We moved to a new Miva 9 web site a while back and looks like a few minor customfields weren't migrated. On the old site I used ToolKit like so on my CTGY page to insert some product text from the shortdesc (product custom field) . In my test on the new site it doesn't seem to read. Can anyone tell me if this code is still valid in Toolkit with Miva 9 and/or suggest an updated version? I don't want to put in tickets for these minor issues if I can avoid it. Thanks.
Code:
<mvt:if expr="NOT ISNULL l.settings:product:customfield_values:customfields:shortdesc"> <div class="shortdesctext"> <mvt:item name="toolkit" param="mvassign|shortdescrip|substring(l.all_settings:product:customfield_values:customfields:shortdesc,1,240)" /> &mvt:global:shortdescrip; ... </div> </mvt:if>
Comment