Can someone point me in the right direction to get the custom field to show in the code below. I am trying it on a category page and the "Deals" field is available. I am testing the code in the header section of an active category, the Product Name and Price are showing.
Thanks
Mark
Code:
<mvt:item name="toolkit" param="sassign|cat_code|Head_Eyewear_Chart" /> <mvt:item name="toolkit" param="cxpc|pcount|cat_code" /> <mvt:if expr="pcount GT 0"> <mvt:foreach iterator="sub_product" array="sub_products"> <a href="http://www.xyz.com/&mvt:sub_product:code;.html">&mvt:sub_product:name;</a><br /> Price: &mvt:sub_product:formatted_price;<br /> &mvt:sub_product:customfield_values:customfields:Deals;<br /> </mvt:foreach> </mvt:if>
Mark
Comment