Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, how can I make a delivery date picker in my cart drawer? Thanks
Please share your store URL!
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.
This is code customization work please hire a Shopify expert who can help you!
Thanks!
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.
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
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!