Announcement

Collapse
No announcement yet.

Payment Icons for alternate payment methods

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

    Payment Icons for alternate payment methods

    How do I prevent the OSEL screen from using the PayPal logo for alternate payment methods?

    Code:
    <label for="l-Phone Order"><input type="radio" name="PaymentMethod" value="phonein:phonein" id="l-Phone Order" /><img src="../images/icons/logo_paypal.png" alt="Phone Order" title="Phone Order" /></label>
    The EmporiumPlus module has the ability to have a logo, except it doesn't display until the OPAY screen. In the mean time, this is a confusing option.
    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

    #2
    Re: Payment Icons for alternate payment methods

    You'll need to create the icon you need, upload it and modify the logic on OSEL to display that icon when the alternate payment method is being displayed.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: Payment Icons for alternate payment methods

      So that means I would have to hard code the entire payment selection? There are other payment methods that are also being presented along with this one.
      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


        #4
        Re: Payment Icons for alternate payment methods

        No you don't need to hard code the payment methods. Check out the logic that is there already. We are testing for the method code to determine which image to display.
        Brennan Heyde
        VP Product
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment


          #5
          Re: Payment Icons for alternate payment methods

          Thanks Brennan, that worked.
          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

          Working...
          X