Hello,
Does anyone know how to add this to a Shopify store?
https://shopify.dev/docs/api/checkout-ui-extensions/unstable/components/forms/datepicker
Thank you!
A user seeks guidance on implementing a DatePicker component in their Shopify store, initially referencing the Checkout UI Extensions API documentation.
Key clarifications provided:
Resources shared:
The discussion remains open as the original poster has not confirmed which implementation approach they will pursue.
Hello,
Does anyone know how to add this to a Shopify store?
https://shopify.dev/docs/api/checkout-ui-extensions/unstable/components/forms/datepicker
Thank you!
Hello Brianv,
If you would like to add DatePicker to your store you can do it this way.
https://polaris.shopify.com/components/selection-and-input/date-picker
please let me know if u have any doughts.
Thank you very much for your response! Do you know how to implement it?
Can I add it into the product page or cart?
Actually, the date picker is for the admin dashboard apps, But if you want to add a date picker on the storefront on a cart or product page you have two options the HTML date picker or you can create a theme app extension in which you can add the react date picker, but you will not be allowed to use the Polaris date picker in the frontend.
Good online video tutorial here https://www.youtube.com/watch?v=NR4MLaaZeMA or blog article here https://medium.com/@ralfelfving/build-a-shopify-checkout-delivery-date-picker-with-checkout-ui-extensions-9e3e7dc29fb7