Announcement

Collapse
No announcement yet.

Changing Names in Checkout Credit Card labels

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

    Changing Names in Checkout Credit Card labels

    Cattura.JPG
    I've a 3 store mall the main store is in English and am translating the other 2. I can't find where this would be for Credit Cards during checkout, can anyone shed some light? Thanks!

    #2
    Re: Changing Names in Checkout Credit Card labels

    These come directly from the credit card module.
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    Comment


      #3
      Re: Changing Names in Checkout Credit Card labels

      On the OPAY page there is an array "payment:fields" that a foreach loop cycles thru each "field" to generate the labels. You can wrap that process in a conditional that changes what the customer sees. You'll need a variable to make that decision with, like a global variable that tells what language is being used.

      We do the same thing to show a CC pic with the CVV2 location next to the CC name.

      Comment


        #4
        Re: Changing Names in Checkout Credit Card labels

        Is there a way to modify them or ?

        Comment

        Working...
        X