Hi Everyone,
Is there any reason this conditional wouldn't be working on the PROD pages? It works on the other pages just not PROD.
<mvt:if expr="
'PROD' EQ l.settings:page:code OR
'BASK' EQ l.settings:page:code OR
'OPAY' EQ l.settings:page:code OR
'OSEL' EQ l.settings:page:code OR
'OCST' EQ l.settings:page:code
">
Do this
<mvt:else>
Otherwise do this
</mvt:if>
Thanks,
Mike
Is there any reason this conditional wouldn't be working on the PROD pages? It works on the other pages just not PROD.
<mvt:if expr="
'PROD' EQ l.settings:page:code OR
'BASK' EQ l.settings:page:code OR
'OPAY' EQ l.settings:page:code OR
'OSEL' EQ l.settings:page:code OR
'OCST' EQ l.settings:page:code
">
Do this
<mvt:else>
Otherwise do this
</mvt:if>
Thanks,
Mike
Comment