Remove Pay Pal Checkout button on cart page

How can I remove the paypal checkout button on my cart page. Also when some one pays how can i redirect them to a specific page? thanks

www.danfordgolfinstruction.com

Hello @jaredd,

Thanks for asking. :slight_smile:

  1. To remove PayPal from checkout page, navigate to WooCommerce > Settings > Checkout > Payment gateways > Click PayPal > Uncheck Enable PayPal Standard.
  2. To redirect users to specific page after checkout, please refer following tutorial:

Thanks.

i still want the paypal option but just on the checkout page, not the cart page? thanks

Hi There,

To remove the paypal button on the cart page, please add this custom CSS under X > Theme Options > CSS:

.page-id-2906 #wc_braintree_paypal_container {
    display: none;
}

Hope it helps :slight_smile:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.