I think I have seen something like this in another post but perhaps I could have a refresher. I'm using the COD payment method but I want the description to say something else. I can change that in the payment settings but it only controls what appears in the OSEL and OPAY screens. The INVC and order confirmations still say COD. What conditional could I use to change that?
The store I'm needing it on is just straight up CSSUI. No Readytheme.
I tried adding this to the INVC order contents, but it didn't work...
<mvt:if expr="'COD' CIN l.settings:charge:descrip">
Invoice Me:
<mvt:else>
&mvt:charge:descrip;:
</mvt:if>
Thanks in advance!
The store I'm needing it on is just straight up CSSUI. No Readytheme.
I tried adding this to the INVC order contents, but it didn't work...
<mvt:if expr="'COD' CIN l.settings:charge:descrip">
Invoice Me:
<mvt:else>
&mvt:charge:descrip;:
</mvt:if>
Thanks in advance!
Comment