Hello, I am using Toolkit's "quicklist" to generate row of products. I want to include the custom field "Author" in the list. To do that am attempting to use the Toolkit function of "custom". I have tried many variations to get "custom" to pull in the custom field "Author" but I can't make it work.
I would most appreciate corrections on how to make this work.
Here is the code:
<mvt:item name="toolkit" param="quick|pcount|fer3,que10,fel4" />
<mvt:foreach iterator="quicklist" array="quicklists">
<td width="200" align="center" style="padding:20;font-family: Arial,sans-serif;font-size:13;">
<img src="http://www.achievingexcellence.com/Merchant2/&mvt:quicklist:thumbnail;" border="0">
<a href="&mvt:global:sessionurl;Screen=PROD&Product_C ode=&mvta:quicklist:code;"><br>
&mvt:quicklist:name;</a><br>
<mvt:item name="toolkit" param="custom|studio|l.all_settings:item:&mvta:qui cklist:code;|Author" />
<mvt:if expr="g.studio">
Author: &mvte:global:studio;
</mvt:if>
<br>
&mvt:quicklist:formatted_price;
</td></mvt:foreach>
I would most appreciate corrections on how to make this work.
Here is the code:
<mvt:item name="toolkit" param="quick|pcount|fer3,que10,fel4" />
<mvt:foreach iterator="quicklist" array="quicklists">
<td width="200" align="center" style="padding:20;font-family: Arial,sans-serif;font-size:13;">
<img src="http://www.achievingexcellence.com/Merchant2/&mvt:quicklist:thumbnail;" border="0">
<a href="&mvt:global:sessionurl;Screen=PROD&Product_C ode=&mvta:quicklist:code;"><br>
&mvt:quicklist:name;</a><br>
<mvt:item name="toolkit" param="custom|studio|l.all_settings:item:&mvta:qui cklist:code;|Author" />
<mvt:if expr="g.studio">
Author: &mvte:global:studio;
</mvt:if>
<br>
&mvt:quicklist:formatted_price;
</td></mvt:foreach>
Comment