I'm trying to get the Product Custom Field to display on a Product Multi-Add Display page. This code will display the class but it's not displaying the custom field (it should display SALE)
I know I must be missing something, I just do not know what
Help, please.
Leslie
Code:
<mvt:item name="customfields" param="Read_Product_Code(l.settings:multiprod:code , 'product-flag', l.settings:multiprod:prod_flag)" /> <mvt:if expr="l.settings:multiprod:prod_flag NE 'none'"> <mvt:assign name="l.settings:multiprod:flag" value="'flag--' $ tolower(l.settings:multiprod:prod_flag)" /> </mvt:if> <span class="flag &mvt:multiprod:flag;">&mvt:multiprod:customfield_values:customfields:product_flag;</span>
Help, please.
Leslie
Comment