Let Them See The Cake
Cart Customization with Delivery Date Selection
Goals:
Changing Cart to Include Pickup/Delivery Date for Cake Shop Enhances the order process by ensuring customers provide essential information before completing their purchase. Admin Dashboard: The admin dashboard serves as the central control hub for managing the availability of delivery and pickup dates. Administrators can effortlessly add or mark dates as available or unavailable, providing flexibility in adapting to business needs.
Overview:
We extended the functionality of the cart page to include a dynamic date picker with integrated date blocking. Cake providers can mark specific dates as unavailable, and these dates are automatically disabled in the date picker, preventing customers from selecting them for delivery or pickup. This implementation utilizes the e-commerce validations SPI from Wix, enhancing the user experience and ensuring that customers choose an available date before proceeding to checkout.
Key Features:
Preventing Checkout Without Date Selection: We implemented validation logic using validations SPI to restrict customers from checking out without selecting a delivery or pickup date.
Date Picker with Availability Restrictions: Only dates that are available can be selected.