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.
Add a Phone Number Column to the Deliveries Page
Read more: Add a Phone Number Column to the Deliveries PageIf you’re looking to add a phone number column to the deliveries page of your WooCommerce store ( WooCommerce > Delivery Slots > Deliveries), you can do so with the following snippet of code. This snippet can be added to functions.php of the active child theme or Code Snippet plugin. Output: Was this article helpful?…
Add Delivery Date And Time To Print Invoice & Delivery Notes For WooCommerce By Tyche Softwares
Read more: Add Delivery Date And Time To Print Invoice & Delivery Notes For WooCommerce By Tyche SoftwaresTo add the delivery date and time from WooCommere Delivery Slots to your invoices, delivery notes, and receipts generated by the “Print Invoice & Delivery Notes for WooCommerce” by Tyche Softwares, you can use the following code. To use the code, add it to your child theme’s functions.php file. Was this article helpful? Yes No Thank you…
Add Delivery Date And Time To WooCommerce PDF Invoices & Packing Slips By WP Overnight
Read more: Add Delivery Date And Time To WooCommerce PDF Invoices & Packing Slips By WP OvernightTo add the delivery date and time from WooCommerce Delivery Slots to your invoices and packing slips generated by the “WooCommerce PDF Invoices & Packing Slips” by WP Overnight, you can use the following code. To use the code, add it to your child theme’s functions.php file. Was this article helpful? Yes No Thank you for…
Add Delivery Date And Time To WooCommerce Print Invoices/Packing Lists By SkyVerge
Read more: Add Delivery Date And Time To WooCommerce Print Invoices/Packing Lists By SkyVergeTo add the delivery date and time from WooCommere Delivery Slots to your invoices and packing slips generated by the “WooCommerce Print Invoices/Packing Lists” by SkyVerge, you can use the following code. To use the code, add it to your child theme’s functions.php file. You will now be able to see the delivery date and…
Change Allowed Delivery Days Based On Cart Items
Read more: Change Allowed Delivery Days Based On Cart ItemsIt’s possible to change the allowed delivery days based on items in your cart. For example, perhaps your store sells drinks and food. You can deliver drinks every day of the week, but food can only be delivered on a Sunday. As such, if the cart contains an item in the “food” category, we want to…
Change Allowed Delivery Days Dynamically
Read more: Change Allowed Delivery Days DynamicallyUsing the iconic_wds_allowed_days filter, it is possible to change the days available in the calendar when checking out. The following examples show you how to do it based on products in the cart, or the selected shipping method. Change Days Based on Products in the Cart In this scenario, let’s say you allow deliveries to be…
Change Date And Time Labels Based On Selected Shipping Method
Read more: Change Date And Time Labels Based On Selected Shipping MethodIn v1.7.11 of WooCommerce Delivery Slots, I made it possible to change the date and time labels based on the selected shipping method. By default, you will see this: But what if your shipping method is “Local Pickup”. Having the labels “Delivery Details”, “Delivery Date”, and “Please choose a time slot for your delivery” wouldn’t…
Change The Date Or Time Slot Format On An Order
Read more: Change The Date Or Time Slot Format On An OrderThe code in this article requires WooCommerce Delivery Slots v1.7.7+ It’s possible to change or modify the date and time slot content which is displayed in the admin or to the customer after placing an order. You can add any of the code given to your child theme’s functions.php file, or using the Code Snippets plugin.…