Didn't want to bug Bill (but I'm sure he will chime in), but I'm having trouble getting the custom product field to display within this snippet I've used to create a product list for a specific category on the SFNT screen:
The product names appear perfectly, along with the link to the product - I just can't get the custom product field "shortprodname" to display (if there is one). I have double check to make sure the products do have a value in the custom product field.
Any thoughts?
Thanks!
Leslie
Code:
<mvt:item name="toolkit" param="sassign|cat_codes1|mycatcodehere" /> <mvt:item name="toolkit" param="cxpc|pcount|g.cat_codes1|ALL" /> <mvt:if expr="pcount GT 0"> <mvt:foreach iterator="sub_product" array="sub_products"> - <a href="/&mvta:sub_product:code;.html"> <mvt:item name="toolkit" param="custom|short|l.all_settings:item:sub_product_id|shortprodname" /> <mvt:if expr="g.short"> &mvte:global:short; <mvt:else> ->&mvt:sub_product:name;</mvt:if></a><br> </mvt:foreach> </mvt:if>
Any thoughts?
Thanks!
Leslie
Comment