In Pipeline theme 7.5.0, when I enable “Show additional checkout options on cart” the buttons in the cart drawer are all blank? But in the cart the buttons show correctly.
The theme developers said it was another app interfering, but I can not find the cause.
This sounds like a script conflict in the cart drawer unlike the full cart page, the drawer loads via AJAX, and some apps or Shopify’s own dynamic checkout scripts may not reinitialize correctly there.
I’d recommend inspecting the blank buttons using DevTools to see if they’re present but styled incorrectly or failing to render. Also try disabling any cart or checkout-related apps one by one to pinpoint the conflict.
In some cases, adding a Shopify PaymentButton call after the drawer loads can help re-render the buttons. Let me know if you want help placing that in your theme.