remove fast payment in cart and by order
-
i have seen the link how to remove the fast payment, but it does not work for me. on the single product page it is removed
i have used this code for shopping cart and “afrekenen”
add_action( ‘init’, ‘remove_stripe_payment_request_from_cart_20200608’, 99 );
function remove_stripe_payment_request_from_cart_20200608() {
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 );
}is this the correct one?
The page I need help with: [log in to see the link]
- The topic ‘remove fast payment in cart and by order’ is closed to new replies.