• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

WP SITES

2785

Original Genesis & WooCommerce Tutorials & 6000+ Guaranteed Code

Snippets

  • Checkout
  • Cart
  • Videos

Delivery Date Picker for WooCommerce

$75.00

Demo Video
Category: WooCommerce Tags: woocommerce_admin_order_data_after_billing_address, woocommerce_after_checkout_form, woocommerce_checkout_process, woocommerce_checkout_update_order_meta, woocommerce_review_order_before_payment
  • Description

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.

You may also like…

  • Conditional Delivery Datepicker for WooCommerce Checkout Page

    Conditional Datepicker for WooCommerce Checkout Page

    $75.00
    Add to cart

Primary Sidebar

Cart

Code written by Brad Dalton specialist for WooCommerce with more than 10 years of experience.

Advertise · WPEngine · Genesis · Log in

  • Code Snippets
  • Tutorials
  • Videos
  • Account
  • Checkout
  • Cart
 

Loading Comments...
 

You must be logged in to post a comment.