Place Order button not showing on Checkout page

Hi, I am using WooCommerce and have set up Paypal Braintree as the payment gateway for it. I can go through the whole payment process until it asks for billings details, once I click this page the ‘Place Order’ button shows for two seconds then disappears. I have tried the Custom CSS in this older support forum but it did not work although it is a similar problem: https://theme.co/apex/forums/topic/woocommerce-place-order-button-not-working-in-checkout-within-integrity-xtheme/

Could you help me?

I have added my login credentials if it helps.

Many Thanks

Hi,

To fix it, you can add this in X > Launch > Options > CSS

.woocommerce-account .button, .woocommerce-checkout .button {
    display: block !important;
}

.woocommerce-checkout .blockUI.blockOverlay {
    z-index: -1 !important;
    opacity: 0 !important;
}

Hope that helps.

Hi Thank you, this makes the ‘place order’ button appear however when I click ‘Pay with Paypal’ I get the following message: Please click the blue “PayPal” button below to log into your PayPal account before placing your order

There is no Blue Paypal Button appearing now… Can you help?

Thanks

I am using Paypal by Braintree if that helps?

Hi There,

Thank you for those information. Please try to remove those CSS fixed. This issue is coming from Paypal Braintree and it would be better to check in with plugin developer. See this: https://wordpress.org/support/topic/no-paypal-login-button/. Instead of adding a fixed, the developer of the plugin might help you better to check the root cause of the issue and fixed it. Thank you for understanding.