Express Checkout Bug - Buttons appear and disappear

Topic summary

Express checkout buttons (PayPal, Google Pay, Shop Pay; Apple Pay for some) briefly appear then disappear on the cart/checkout. The issue occurs in Chrome and Internet Explorer, while Safari on iPhone 8 works. Integration with PayPal Express appears correct.

Support guidance points to theme-related causes (theme code, customizations, or third‑party apps). Recommended steps: test on a newly installed/free Shopify theme or a fresh copy of the current theme to isolate the issue; if the problem persists across themes, contact Shopify Support via the Help Center for account-specific assistance.

One user reported a concrete fix: in theme.liquid, {{ content_for_header }} was accidentally included twice after migrating to a new theme. Removing the duplicate resolved the blinking/disappearing buttons.

Another user observed in DevTools that the dynamic checkout container (dynamic-checkout__content with id dynamic-checkout-cart) is set to style=“visibility: hidden” and auto-reverts to hidden when manually changed, indicating code or scripts forcing it hidden.

Status: Partially resolved. A known cause is duplicate {{ content_for_header }} in theme.liquid; broader consensus is that theme or app conflicts are likely. No universal fix confirmed; further testing across themes and potential escalation to support are advised.

Summarized with AI on February 14. AI used: gpt-5.

Hello community,

were building a new POD store and struggling with the integration of the express checkout buttons.

The paypal express connection is done succesfully. Weve done it the same way, like we did it at other shops before.

Unfortunately the express checkout buttons are just blinking at the checkout. The page is loading continiously, the google pay und paypal button are blinking for one second and diesappering afterwards.

The failure appears at chrome and Internet explorer. When using safari on iphone 8, it is working.

Weve done a lot of troubleshooting but didnt found the failure.

Do you have an idea how to solve that issue?

We really would appreciate it, many thanks in advance guys! :slightly_smiling_face:

best regards,

Gustav

domain: https://bullprinted.com/cart

1 Like

Hello, @Printingprinter .

Thank you for reaching out.

I understand that you’re experiencing an issue with the express checkout buttons, as they are appearing for one second and then disappearing. Since the settings for express checkout is fairly straightforward, it does seem like this may be an issue with your theme. Which theme are you using at the moment?

A great place to start troubleshooting is by testing it on a newly installed Shopify theme to see if the same issue persists, as this can help point us in the direction of where the issue may be. If you’re unable to replicate the problem on newly installed theme, then it’s likely the issue is related to the previous theme. However, if the issue continues to persist on both themes, then it looks like we’ll need to access your account in order to resolve this issue. While we’re not able to provide account-specific support via the Shopify Community at this time, we’d be happy to continue assisting you through live chat, email, or callback. Please visit the Shopify Help Center and log in to your account to create a support request.

I’ve also took the opportunity to check out your store and I think you’re off to a great start. Though I’m not familiar with your business model, I can see a good use of sections on your homepage. Nevertheless, I think there may be some opportunity to include some finished samples on your store as well as store policies and contact page to your navigation menus. This way, customers will be able to get a better idea of your products or get in touch with you.

Also, would removing the “Powered by Shopify” message be something that interests you?

I am having the same issue. It started a few weeks ago. I cannot say exactly when. The Paypal GooglePay and ShopPay buttons are blinking on cart page. There was ApplePay button as well but it is not there anymore. All the payment methods are enabled in Payment options. Also there is no Paypal Express Checkout button on checkout page. I have checked the integration, tried disabling and re enabling the express checkout but nothing works.

Have you found solution to this problem. Everything was working smoothly before.

Hey, @sheezasonline .

Thank you for joining the thread and bringing this to our attention.

I understand that you’re also experiencing an issue with the accelerated checkout buttons. While I’m unable to provide account-specific support via the Community Forums at this time, this type of issue is commonly related to the theme, custom coding, or third-party app. Which theme are you currently using? Were there any custom coding or app installed recently?

A good way to test this issue is by installing one of our free themes and seeing if the issue persists. If you’re already using one of our free themes, then you’ll want to test it with a newly installed copy. If the issue isn’t replicated on the new theme, then it’s likely an issue with the previous theme. If your previous theme is a Shopify-supported theme, then our Theme Support will be able to help take a look. However, if you’re theme is a third-party or custom theme, then we’d recommend getting support for your theme from the theme developer.

Can you confirm if the issue persists across different themes?

I came across this same issue, and for us it was because in theme.liquid, we had {{ content_for_header }} in there twice. It had accidentally happened when moving to a new theme and trying to pull across all app customisations to the new theme. Removing one of them fixed it.

Hopefully this helps someone.

I have the same issue. While going into devtools i found the following:

Why is it hidden? The page loads and then they dissapear. When I change the visibility to true in devtools it automatically changes the value back to hidden. I don´t know where to edit this exact position to actually appear in my cart.