Viewing 2 replies - 1 through 2 (of 2 total)
  • Same question, I need to remove American Express because we don’t have an account with them.

    I solved this problem with css:

    .woocommerce select[name=billing_cardtype] option[value=Amex],
    .woocommerce select[name=billing_cardtype] option[value=Discover] {display: none;}

    Not entirely fool proof, but will probably be OK for my client.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Card Types’ is closed to new replies.