Is there any way to add a DatePicker to the shopping cart for scheduling product delivery? Currently am using mandatory text field on the product page, but this is suboptimal. Tried adding with code but can’t seem to make direct edits to the product or checkout page. Ideally customers could set a desired delivery date at checkout. Any ideas outside of purchasing a separate add on would be appreciated. Thanks!
Currently, it is not possible add a form to the cart or checkout page in Wix Stores.
Tip:
It is, however, possible to:
Add a custom field that appears on the Checkout Page. You can make this field mandatory. Learn More
Create a note element on the Cart Page where customers can leave information. Learn How
https://support.wix.com/en/article/request-adding-a-form-to-the-cart-or-checkout-page-in-wix-stores
https://support.wix.com/en/article/customizing-your-wix-stores-cart-page
Hi Folks!
The comments above no longer represent the current state of Wix and Velo functionality.
It is absolutely possible to create this function in WIX.
Here are three possible routes:
-
Advanced: Rebuild the cart page from scratch. Using a date picker and time selector, require that a customer select a valid date and time for delivery through an integrated checkout process. This allows for the date and time to be sent via code with the Wix Store Order.
-
Intermediate: On the cart page, initially hide the WIX cart/checkout element. Require that a customer selects a valid date and time from input options before showing the cart/checkout element. You can record a customer’s date/time options against their cart ID. The cart ID is part of the order object that’s recorded when a customer checks out, and can then be used to manually (or through a separate Admin view) match an order against the selected date/time.
-
Advanced: Build a custom product page on top of the current product page, hiding the out of the box product page. Require that a customer inputs delivery date/time against an individual product before allowing a user to add it to cart.
Hi Robert, I also need this functionality for a client - until WIX integrates this into their store. Right now I am using a lightbox as an interim workaround, but it isn’t the best user or client experience. Do you know anyone (or are you available) who can code the page at the Advanced level you recommended above?
Hi, Has anyone actually managed to do this ? I need the ability for customers when they order, to choose a delivery date, not a time just a date, any help out there please.
I second this! Been looking for a solution to this very problem for months - even had a long-ish conversation with Wix support on this very topic, with no success.
I absolutely need this and have spoken to Wix countless times, but so far no joy ?
What I did was an “Event Month” dropdown, with the 12 months listed, an “Event Day” dropdown with numbers going to 31 and an “Event Year” dropdown with 2023, 2024 and 2025. These are in product options.
is such a simple tool why is not available
i want the customer to be able to set an activation date
during the sales process
It is unbelievable we can not add date picker to a checkout page without coding. is there any one find a solution for this ? Any app in wix apps for that we can make integration to checkout page.
Kindly elaborate how to do the first one.