• Resolved toddfletcher

    (@toddfletcher)


    Is there a way to hide or remove the credit card option when using Braintree as the check out? My person I am doing work for wants to use Paypal check out only with the Braintree process.

Viewing 1 replies (of 1 total)
  • Plugin Support Praveen a11n

    (@spraveenitpro)

    Automattic Happiness Engineer

    Hi There,

    You could perform this with some CSS similar to:

    `
    li.wc_payment_method.payment_method_paypalbraintree_cards {
    display: none !important;
    }
    `

    This will hide the option to pay with credit card.

    Have a nice day.

Viewing 1 replies (of 1 total)
  • The topic ‘Paypal only?’ is closed to new replies.