FAQs
How do I control the widget's placement?
Updated June 3, 2026
You can control where the Bird Pickup & Delivery widget appears on your store, but your options depend on your Shopify plan and theme setup.
Checkout Page Placement (Shopify Plus Only)
Important: Checkout page placement is only available for Shopify Plus merchants. Due to Shopify’s platform limitations.
Steps for Shopify Plus Users:
- Go to your Bird app settings
- Navigate to Widget Placement > Checkout Placement
- Enable the checkout placement option
- The widget will now appear on your checkout page instead of the cart
Related: For detailed Shopify Plus integration steps, see our Shopify Plus Checkout Integration.
Cart Page Placement (All Plans)
If you don’t have Shopify Plus, you can customize widget placement on your cart page:
Automatic Theme-Based Placement
- Go to Bird Settings > Widget Placement > Cart Placement
- Select your theme from the dropdown menu
- The widget will automatically position itself based on your theme’s layout
Manual CSS Placement (Advanced)
For precise control over widget positioning:
- Go to Bird Settings > Widget Placement
- Scroll to Manual Widget Placement
- Enter the CSS selector of the element where you want to place the widget
- Example:
.cart__checkout-buttonto place above the checkout button
- Example:
- Select your preferred placement from the dropdown:
- Before the element: Places widget before the selected element
- Inside element (first): Places widget as the first child element
- Inside element (last): Places widget as the last child element
- After the element: Places widget after the selected element
Manual Code Integration
If CSS placement doesn’t work with your theme:
- Access your theme’s code editor
- Open your cart liquid file (usually
cart.liquidorcart-drawer.liquid) - Add
<div id="birdchime-slots-box"></div>where you want the widget to appear
Related Articles
Was this article helpful?
Thanks for your feedback!
Related articles
How do I remove customer names from Google Calendar events?
Why can't I access orders older than 60 days?
How do I add special instructions or notes fields for customers?
How do I see when a customer has scheduled their pickup or delivery?
What is the difference between Product Availability and Product Override?