• shantanoochandorkar

    (@shantanoochandorkar)


    I need to disable the Autofill Link option from the checkout page. I have already turned off Link in Stripe Dashboard > Payment Methods, yet it is still visible.

    How can I completely remove it?

    Please refer to the screenshot below for reference:
    https://tinyurl.com/2yn2o94t

    Looking forward to your response.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Jonayed (woo-hc)

    (@jonayedhosen)

    Hi @shantanoochandorkar ,

    Thanks for reaching out!

    I understand you’re having an issue where the Link option is still showing, even though it’s turned off in the Payment Settings. To make sure it’s fully disabled, could you also turn it off from your Stripe Dashboard? You can do that here: https://dashboard.stripe.com/settings/payment_methods/

    If that doesn’t do the trick, you can use the following CSS to hide the option:

    .p-LinkAutofillPrompt {
    display: none!important;
    }

    I hope this helps!

    Thread Starter shantanoochandorkar

    (@shantanoochandorkar)

    I have turned it off in the Payment Methods as mentioned in the documentation.
    I have tried using the CSS but there is no such class p-LinkAutofillPrompt, so it did not work.

    Is there any setting somewhere else that I am missing?

    Plugin Support Moses M. (woo-hc)

    (@mosesmedh)

    Hi @shantanoochandorkar,

    Since you’re using the latest version of WooCommerce Stripe, the Autofill Link button is a feature of Stripe’s built-in Link autofill. Removing it typically involves adjusting your Stripe settings or applying CSS/JS on the front end.

    If you’ve already disabled it from Stripe but it’s still appearing, could you share a link to your site so I can take a closer look?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.