I could use some help. I was trying to limit the characters on a customfield using Tool Kit but must be doing something wrong. Is there a 'new' method I could use to truncate the custom field shortdesc to 90 characters? I don't want to use the CSS method.
<mvt:item name="customfields" param="Read_Product_Code(l.settings:product:code, 'shortdesc', g.shortdescrip)" />
&mvt:global:shortdescrip;
</mvt:if>
I appreciate any help.
<mvt:item name="customfields" param="Read_Product_Code(l.settings:product:code, 'shortdesc', g.shortdescrip)" />
&mvt:global:shortdescrip;
</mvt:if>
I appreciate any help.
Comment