• Resolved nickfarelli

    (@nickfarelli)


    Currently Checkout WC is live on my site and it’s working fine. I need to switch to Flux Checkout.

    When i do, the following problem occurs:

    • Apple Pay is ALWAYS displayed, also on desktop devices

    Any solution? With Checkout WC and regular woocommerce checkout, it works fine.

    • This topic was modified 5 months, 2 weeks ago by nickfarelli.
    • This topic was modified 5 months, 2 weeks ago by nickfarelli.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Apple Pay is ALWAYS displayed, also on desktop devices

    That’s because Flux is overriding the Stripe plugin’s default CSS, which is to hide Apple Pay if the browser doesn’t support Apple Pay.

    Here is a screenshot of the CSS from Flux that’s overriding the Stripe plugin.

    https://imgur.com/xfQOKni

    The following CSS should work:

    .flux-step #order_review ul:not(.woocommerce-shipping-methods):not(.woocommerce-error)>li:not(.woocommerce-notice).payment_method_stripe_applepay{
    display: none;
    }

    I recommend you share this thread with the Flux developers as they may want to make some adjustments to their CSS code.

    Kind Regards

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