Announcement

Collapse
No announcement yet.

Change COD Payment Description

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Change COD Payment Description

    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!
    Tony Pavao
    Studio6t6
    Vancouver BC Canada
    [email protected]

    #2
    That's only work if you have a COD charge, you need to do something like that in the Payment method area (l.settings:payment:desc i think)
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      Yes! That did it. Thanks, Bruce!
      Tony Pavao
      Studio6t6
      Vancouver BC Canada
      [email protected]

      Comment

      Working...
      X