For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
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-exten...