I'm trying to see if a value exists in a custom field - where the custom field is "bname" - what am I missing?
<mvt:if expr="NOT ISNULL &mvte:product:customfield_values:customfields:bnam e;">
<mvt:else>
</mvt:if>
<mvt:if expr="NOT ISNULL &mvte:product:customfield_values:customfields:bnam e;">
<mvt:else>
</mvt:if>
Comment