Kadence Iconic Delivery Slots
Giving your customers the option to choose their preferred delivery or pickup times improves their shopping experience and helps you manage your fulfillment schedule. Setting up a structured delivery matrix allows you to define available dates, set time limits, and lock out specific holidays or busy windows. When you configure these scheduling rules correctly, you prevent unexpected order backlogs and ensure your team can prepare and deliver every package on time.
This collection provides step-by-step guides to help you configure, manage, and optimize the Iconic Delivery Slots plugin for WooCommerce. You will learn how to define flexible shipping schedules, set up custom processing rules for specific times, and display clear delivery options on your checkout page. Use these resources to build a reliable checkout workflow that matches your actual operational capacity.
Kadence Iconic Delivery Slots articles
Explore the following guides to learn how to set up delivery schedules, configure order caps, and display pickup times at checkout.
Get The Delivery Date And Time For An Order
Read more: Get The Delivery Date And Time For An OrderThe delivery date and time slot are saved to an order as post meta. This means it’s possible to fetch using PHP. You can get three different bits of data: the delivery date, the time slot, and the timestamp. Was this article helpful? Yes No Thank you for your input. Thank you for your feedback.
How to Add a Button to Clear the Date/Time Fields Selection
Read more: How to Add a Button to Clear the Date/Time Fields SelectionIf you want to add a button that would clear the selection of delivery fields at the checkout, you can do so with this guide. Clicking the button would reset the selected date and timeslot and the associated delivery fee, like so: You can use this code snippet to add the button. Add this code…
How to Add or Edit Timeslots from the Edit Order Screen
Read more: How to Add or Edit Timeslots from the Edit Order ScreenWith WooCommerce Delivery Slots, we’ve made it easier than ever to manage your timeslots for each order that has been placed. In this guide, we’ll walk you through the process of adding, editing, and deleting timeslots for your WooCommerce orders. How to add a timeslot manually To add a timeslot to an existing or new…
How to Add Seasonal/Specific Date Slots
Read more: How to Add Seasonal/Specific Date SlotsIf your store wants to set seasonal/specific delivery or collection days, you can do so with WooCommerce Delivery Slots. This is particularly useful for seasonal shops, for example, shops that only deliver over Christmas. To add your seasonal/specific days, take the following steps: Was this article helpful? Yes No Thank you for your input. Thank…
How to Allow Customers to Update Timeslots After Placing an Order
Read more: How to Allow Customers to Update Timeslots After Placing an OrderIf you want customers to be able to update timeslots for their order after they’ve placed it, this guide will help you do it.
How to Change Maximum Orders to Maximum Products
Read more: How to Change Maximum Orders to Maximum ProductsIf you’re looking to set limits to the number of products a customer can order in a time or date slot, then this guide is for you. If your store sells pizzas for example, you can now set a maximum number of products placed within each of your time slots. So if you can only…
How to Change the ASAP Delivery Fee by Shipping Method
Read more: How to Change the ASAP Delivery Fee by Shipping MethodIf you’re looking to adapt the ASAP delivery fee in WooCommerce Delivery Slots depending on the shipping method the customer selects, this guide will help.
How to Change the Date Format for the Delected Date in the Reservation Table
Read more: How to Change the Date Format for the Delected Date in the Reservation TableIf you want to modify the date format for the select timeslot label in the Reserve button of the Reservation table, you can use this code snippet to do it.