I need a way to test for Category Header (or Footer) content and if the field is empty display alternate content. I thought I had figured it out but of course not
What am I doing wrong?
Code:
<mvt:if expr="ISNULL l.settings:customfield_names:cmp_cssui_pchdft:header"> <p class="tableheader" style="margin-left:10px;">&mvt:category:name;</p> <mvt:else> <div class="ctgy-header"> <mvt:item name="prod_ctgy_hdft" param="ctgy_header" /> </div> </mvt:if>
Comment