PDA

View Full Version : custom fields


vanessayr
07-25-07, 07:50 PM
Hi,

I haven't used miva 5 in a very long time and I was trying to find a way to compare whether a custom product field is NULL or not.

wcw
07-25-07, 07:53 PM
<mvt:if expr="NOT ISNULL l.settings:product:customfield_values:customfields :company">
&mvt:customfield_names:customfields:company;:
<b>&mvt:product:customfield_values:customfields:compan y;</b><br>
</mvt:if>

vanessayr
07-25-07, 07:54 PM
Thank you very much