Delivery Date Picker for WooCommerce

$75.00
Quick Demo

This code enables you to add a delivery date picker to your checkout page. The date & time picker can be displayed conditionally based on your shipping options including flat rate, free shipping and local pickup.

The delivery date and time is shown on the :

  • Edit Order Details screen for admins.
  • Email receipts sent to the customer and site administrator.

The code also enables you to set and control allowed delivery or pickup times.

Conditionally Show Hide Date Picker

Use this code to show the date picker based on which shipping option is selected for local pickup and free shipping.

if ( val.match('^local_pickup') || val.match('^free_shipping') ) {

The code for flat are shipping is already included in the download :

if ( val.match('^flat_rate') ) {

Installation

Install the zip folder as a new plugin or copy and paste the PHP code to the end of your child themes functions file or custom functionality plugin.

These solutions may also help :