FAQs
How can I hide my store's location/address in the cart widget?
Yes, you can hide your store’s location/address from the cart widget for privacy or other business reasons. Here’s how to do it:
Method: CSS Styling
Add the following CSS code to Bird Settings > Widget design > Advanced styling:
.bcdp-location-address {
display: none !important;
}
This will hide the pickup location address from the cart widget while keeping the pickup option functional.
Important Considerations
Where customers will still see the address:
- Thank you page: If you’ve configured the pickup address to appear on the order confirmation page, customers will see it there after completing their order. Learn how to Display Delivery Date & Time on Thank You and Order Status Pages
- Checkout page: The address field always appears at checkout for pickup orders on non-Plus, since Bird routes pickup through Shopify’s shipping system. With “Prepopulate pickup location address in checkout” (found in Bird Settings > Pickup) enabled, it’s filled in automatically; disabled, customers see the same field empty
- Order confirmation emails: The pickup address will appear in customer email notifications (if configured). See how to Enable Order Confirmation Email with Slot Date and Time
This CSS method only affects the cart widget. If your goal is to change what customers see on the Shopify checkout page itself (for example, a relabeled field, or to understand why the field cannot be hidden), see Why Are Customers Being Shown a Shipping Address Field for Pickup Orders?. This CSS trick doesn’t change what checkout displays.
Why the checkout address field can’t be hidden on non-Plus
Disabling “Prepopulate pickup location address in checkout” does not hide this field. It only leaves it blank for the customer to fill in themselves. The field is always present because Bird disables Shopify’s native store pickup and routes pickup orders through Shopify’s shipping system instead, and Shopify’s checkout always renders an address form for shipping-based fulfillment. There is no non-Plus setting that removes it.
See Why Are Customers Being Shown a Shipping Address Field for Pickup Orders? for the full mechanism.
If you want to tell customers not to worry about that field, or explain why it’s pre-filled, add a note using the Widget footer pickup field (Bird App > Settings > Text and Languages) instead of trying to hide anything. See How to Add Custom Links Below Your Widget; the field takes any HTML, not just links.
On Shopify Plus, the address field can be hidden entirely. See the Plus section of Why Are Customers Being Shown a Shipping Address Field for Pickup Orders?.
Related Articles
Was this article helpful?
Thanks for your feedback!