How do I handle express checkout buttons with the Bird widget?
Disable or hide express checkout from cart page so customers use the widget before checkout.
Express options like Shop Pay or PayPal can skip the cart. The widget usually appears on the cart page. Skipping it prevents saving delivery or pickup details.
- Disable Shopify’s dynamic checkout button.
- In Shopify, go to Online Store > Themes > Customize.
- Open Product pages and uncheck Show dynamic checkout button.
- For details, see how to disable dynamic checkout buttons.
- Hide express buttons on the cart with CSS.
- In Bird, open Widget Design > Advanced styling.
- Target the express checkout element class or ID.
.dynamic-checkout__content { display: none; }
- Learn more about hiding express checkout on the cart.
That’s it. Customers must interact with the widget before checkout. If this CSS selector does not work due to theme differences, contact our support team.
Note: Orders placed via express checkout that bypass the widget do not count. See our pricing plans for details.
Updated on: 10/14/2025
Thank you!