Question

Photo of Aaron Porter

0

Edit Accepted Credit Cards

Howdy!


How would I change what credit card icons show in the Transaction Entry block?

Example: We don't accept America Express, so we'd like to remove that icon from where the user enters their credit card info.


Thank you all! You rock!

Giving
  • Photo of Aaron Porter

    0

    Thank you Jim Michael and Bronson Witting for helping me with this!

    Adding the following CSS into the giving block's pre HTML worked fine.

    <style>
    .card-amex {
    display: none;
    }
    </style>
  • Photo of Jim Michael

    0

    I think you can edit the list of accepted credit cards under Admin | General | Defined Types | Credit Card Types  

  • Photo of Aaron Porter

    0

    I completely forget to check defined types. Thanks for pointing me there!


    However, editing the card types is restricted. I can add new cards types, but I can't remove existing.