I need to be able to display an addendum message based on a shipping method. I'm assuming that this would need to be done on the OSEL page since this is where the methods are found. The store has the Shipping Rules configured so it works out that only one shipping method is offered. I need to be able to display a message only when one specific method is displayed.
I was hoping it was going to be as simple as this:
But of course it's not. The 03 displays every time. So what am I doing wrong?
Thanks,
Leslie
I was hoping it was going to be as simple as this:
Code:
<mvt:if expr="l.settings:method:code NE 'BROK_UPS_CUSTOM:03'"> 03 <mvt:else> else </mvt:if>
Thanks,
Leslie
Comment