Remove payment request button from cart page
-
Trying to remove the payment request button on the cart page using the following code as per the documentation. Adding this as a snippet rather than in the function.php itself but it’s crashing my site. Should this still work or is it outdated?
remove_action( 'woocommerce_proceed_to_checkout', array( WC_Stripe_Payment_Request::instance(), 'display_payment_request_button_html' ), 1 ); remove_action( 'woocommerce_proceed_to_checkout', array( WC_Stripe_Payment_Request::instance(), 'display_payment_request_button_separator_html' ), 2 );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove payment request button from cart page’ is closed to new replies.