• Resolved towaiji

    (@towaiji)


    How can I turn off the express checkout?

    For some reason express checkout (google pay and apple pay) don’t work with my shipping method I’ve added and always show an error that shipping address is not valid.

    So I decided to turn off the express checkout and i currently use stripe so I turned off express checkout options

    However, in woocommerce blocks (for checkout) it still shows an empty field

    Just says in hurry? use our express ( and since I turned it off ) theres not option so how do I not view this whole section please?

Viewing 1 replies (of 1 total)
  • Plugin Support abwaita a11n

    (@abwaita)

    Hi @towaiji,

    I believe that you’re seeing something like this on your checkout page:

    https://d.pr/i/FhY9SC
    Link to image: https://d.pr/i/FhY9SC

    Normally, we don’t offer CSS customization support, especially to hide elements. However, we’ll make an exception here. Thus, as a bandaid solution, you can hide the express checkout section using the following:

    Please open the Customizer ( https://wordpress.com/customize/ ) → Additional CSS and add this code at the bottom:

    /* disabling express checkout | 4917035-zen AW*/
    .wp-block-woocommerce-checkout-express-payment-block {
        display: none;
    }

    In case you want to enable express checkout, you will want to remove the above CSS code.

    I’ll also be checking further on this.
    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Woocommerce Express Checkout’ is closed to new replies.