Title: Express checkout problems
Last modified: August 7, 2024

---

# Express checkout problems

 *  Resolved [hudsontek](https://wordpress.org/support/users/hudsontek/)
 * (@hudsontek)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/express-checkout-problems/)
 * A couple of questions. First the express payment is displayed in the wrong place.
   I’m using Cartflows. I moved the div down a level (in the browser dev tools) 
   into the main wrapper div which seems to display correctly, but how can I make
   this change permanent? see pics:
 * [https://imgur.com/aJ8VseB](https://imgur.com/aJ8VseB)
 * [https://imgur.com/0FRQf6L](https://imgur.com/0FRQf6L)
 * And finally, why is the express checkout option always displayed here, in the
   main payment selection, when no Apple Pay is detected?
 * [https://imgur.com/Z5JY21d](https://imgur.com/Z5JY21d)
    -  This topic was modified 1 year, 10 months ago by [hudsontek](https://wordpress.org/support/users/hudsontek/).

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/express-checkout-problems/#post-17939181)
 * > First the express payment is displayed in the wrong place. I’m using Cartflows.
 * That sounds like a Cartflows issue, not a Stripe plugin problem. This plugin 
   uses the `woocommerce_checkout_before_customer_details` action to render the 
   express checkout section.
 * > And finally, why is the express checkout option always displayed here, in the
   > main payment selection, when no Apple Pay is detected?
 * Because Cartflows overrides the Stripe plugin’s styling. Apple Pay is designed
   to only show if it’s supported, but Cartflows has CSS that shows it no matter
   what. Cartflows should be aware of that since it’s come up many times before,
   but to date they have not fixed that behavior.
 * Thanks
 *  Thread Starter [hudsontek](https://wordpress.org/support/users/hudsontek/)
 * (@hudsontek)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/express-checkout-problems/#post-17941725)
 * Thank you, I’m not trying out WP Funnels as an alternative. However I still have
   a problem with the express checkout messing up the layout of the checkout.
 * See [https://imgur.com/a/d71xJPs](https://imgur.com/a/d71xJPs)
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/express-checkout-problems/#post-17941728)
 * > However I still have a problem with the express checkout messing up the layout
   > of the checkout.
 * You probably just need to add some simple CSS so that the HTML containers stack
   instead of display inline. If you share a link I can provide you with that CSS.
 *  Thread Starter [hudsontek](https://wordpress.org/support/users/hudsontek/)
 * (@hudsontek)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/express-checkout-problems/#post-17941753)
 * I think the problem is because I’m using the 2-column checkout, so the form turns
   to ‘flex row’ …?
 * *Link removed
    -  This reply was modified 1 year, 10 months ago by [hudsontek](https://wordpress.org/support/users/hudsontek/).
 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/express-checkout-problems/#post-17941762)
 * Add this CSS:
 *     ```wp-block-code
       .wpfnl-checkout .woocommerce form.woocommerce-checkout{    flex-wrap: wrap !important;}.wc-stripe-banner-checkout.active{    max-width: 100% !important;}
       ```
   
 *  Thread Starter [hudsontek](https://wordpress.org/support/users/hudsontek/)
 * (@hudsontek)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/express-checkout-problems/#post-17941787)
 * Thanks so much 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Express checkout problems’ is closed to new replies.

 * ![](https://ps.w.org/woo-stripe-payment/assets/icon-256x256.png?rev=2611337)
 * [Payment Plugins for Stripe WooCommerce](https://wordpress.org/plugins/woo-stripe-payment/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-stripe-payment/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-stripe-payment/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-stripe-payment/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-stripe-payment/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-stripe-payment/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [hudsontek](https://wordpress.org/support/users/hudsontek/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/express-checkout-problems/#post-17941787)
 * Status: resolved