I need to capture the bill_cntry on the osel page so I can add custom code for international orders Below is my attempt amd it does not work.
Is there a way?
<mvt:if expr="l.global:Basket:bill_cntry EQ 'CA'">
yes
</mvt:if>
Is there a way?
<mvt:if expr="l.global:Basket:bill_cntry EQ 'CA'">
yes
</mvt:if>
Comment