CC Logos?

Discussion in 'Customization & add-ons' started by skubeedoo, Aug 13, 2009.

  1. skubeedoo

    skubeedoo Member

    Joined:
    Aug 3, 2009
    Messages:
    30
    How do you add credit card logos to the sign up page where they put in thier CC#?
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    Depending on which plugin you are using for your CC processor, you should be able to add HTML image embed to the payment title and/or description to achieve the effect your going for.
  3. skubeedoo

    skubeedoo Member

    Joined:
    Aug 3, 2009
    Messages:
    30
    I have limited knowledge on HTML, I can edit in Dreamweaver. How do I go about doing it? Where do I find the plug in and what do I need to do to edit it? Your help is greatly appreciated.
  4. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
    Who do you use for your credit card processing (ie. Authorize.NET?)

    For example, if you use Authorize.NET you would:

    aMember Admin CP -> Setup Up / Configuration -> Authorize.Net AIM (top of page) and add the following code to the end of your Payment System Description:

    Code:
    <img src="https://transact.authorize.net/gateway/content/MC.gif">
    This example would add a MasterCard logo to the signup page to the right of the description. Now obviously you want to choose your own graphics and ideally host them on your own site, but this should give you an idea of how to proceed.

Share This Page