
Allow your customers to choose a Delivery Date & Time! You can create different delivery charges for Weekdays & dates and sync them to Google Calendar in real time.
Version 9.27.0(Release date: August 03 2021)
Dev: Created REST API endpoints to fetch the settings, fetch the time slots for a date based on custom settings.
Enhancement: Removed some ajax calls and used REST API to fetch data and improve performance.
Dev: Removed the hidden input fields and sent the data to JS through wp_localize_script.
Dev: Created template structure for the delivery date & time fields.
Enhancement: Added shipping methods dropdown on the Delivery Calendar page to filter orders based on shipping methods.
Fix: The timepicker in the settings was overridden with the Woodmart theme.
Fix: When custom settings were enabled with category + shipping (different shipping), then both same day & next day were considered for both settings.
Fix: Timeslots were getting duplicated while blocking the timeslots for specific delivery date.
Fix: Unable to select shipping methods when pickup locations were set and auto-populate pickup locations setting was enabled.
Fix: The checkout page was loading continously when there was a '/' in the delivery date labels.
Fix: The number of dates to choose was not working for delivery date dropdown list.
Tweak: Added a Filter button on the admin Delivery Calendar page to filter the deliveries.
Fix: The business hours were not getting exported.
Fix: The selected date was not auto-populated when revisiting the checkout page when using the time slider.
Dev : Added a filter to change the availability validation message on the checkout page.
View Demo