I've used this in previous stores many times and for some reason it's not working on a Shadows framework....
Conditional for determining whether a customer has account credt or not. Is it not this...?
<mvt:if expr="l.settings:customer:credit NE 0">
You have credit
<mvt:else>
You have no credit
</mvt:if>
With or without credit, the message always displays "You have no credit"
What an I doing wrong?
Conditional for determining whether a customer has account credt or not. Is it not this...?
<mvt:if expr="l.settings:customer:credit NE 0">
You have credit
<mvt:else>
You have no credit
</mvt:if>
With or without credit, the message always displays "You have no credit"
What an I doing wrong?
Comment