• Resolved matthijswinkel

    (@matthijswinkel)


    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

    https://we.tl/t-7VZDYOfHRv

    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]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @matthijswinkel – Can you confirm that you flushed any caching on your site after using this snippet?

    Thread Starter matthijswinkel

    (@matthijswinkel)

    What do you mean? I dont know what you mean

    Hello, are you talking about these button which say “Pay now” which appear on the shopping card and product page? As soon that the payment info is enabled on Microsoft edge this buttons appears and confuses customers. Instead of completing the checkout the see the button “pay no”

    Do you guys how to prevent that without the the customer has to disable the payment Info on the Microsoft Edge Browser?

    Hi @eparisii,

    The Pay Now buttons are placed on the Product page by Google Pay and Apple Pay through the Stripe plugin. These can be turned off if needed in the Stripe plugin, and the documentation is here.

    If this is not what is needed, let us know!

    Plugin Support abwaita a11n

    (@abwaita)

    Hi @eparisii,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was useful and you were able to find a solution to your problem!

    If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘remove fast payment in cart and by order’ is closed to new replies.