Hi, how can I make a delivery date picker in my cart drawer? Thanks
This is a preview of what I am making : https://qx05ghltsetyjc32-74973905197.shopifypreview.com
I wanna disable the app and try to make it by code, but I cannot find tutorial on how to make date-picker in cart drawer. Thanks.
Please share the screenshot of what you want exactly.
Hi @Jukaii24 for a generaly DIY solution see the delivery date picker customization
https://help.shopify.com/en/manual/online-store/themes/customizing-themes/add-date-picker.
Which uses cart attributes to pass extra information to the order https://shopify.dev/docs/api/liquid/objects#cart-attributes.
Setting it up to have a calendar with a specific UI is an advanced customization.
If it needs to also have the available dates be based on what is in the cart that is a lot of moving parts generally using metafield definitions.
If you need this customization then contact me directly for services.
Please provide context, examples: store url, theme name, post url(s) , or any further detail.
Contact Info in signature.
Hey @Jukaii24 ! You can absolutely add a delivery date picker to the cart drawer (even on themes like Prestige) — it just needs to be injected into the drawer code as an app embed.
If you’re comfortable with code, you can create a date input field inside your cart drawer snippet. Just be sure it’s named properly so Shopify saves it with the order. The challenge is usually syncing it nicely with logic like cutoff times or unavailable dates.
If you’re looking for a no-code solution, Flare supports cart drawer integration out of the box — including logic for product-specific lead times, blocked dates, and shipping rules. It works with most Shopify themes.
Let me know if you need help with the manual setup or are curious to try it app-based. Happy to share more either way!
