Class orddd_lite_process
Class for adding processes to be performed on the checkout page
Package: Order-Delivery-Date-Lite-for-WooCommerce\Frontend\Checkout-Page-Processes
Author: Tyche Softwares
Located at orddd-lite-process.php
Author: Tyche Softwares
Located at orddd-lite-process.php
Methods summary
public static
|
#
orddd_lite_my_custom_checkout_field( resource $checkout = '' )
Adds hidden fields and delivery date field on the frontend checkout page |
public static
|
#
orddd_lite_update_delivery_session( )
Adds the selected delivery date into the php session variable |
public static
|
#
orddd_lite_my_custom_checkout_field_update_order_meta( integer $order_id )
Saves the selected delivery date into the post meta table |
public static
|
#
orddd_lite_update_lockout_days( string $delivery_date )
Updates the lockout for the delivery date in the options table |
public static
array
|
#
orddd_lite_add_delivery_date_to_order_woo_deprecated( array $keys )
Show delivery date in the email notification for the WooCommerce version below 2.3 |
public static
array
|
#
orddd_lite_add_delivery_date_to_order_woo_new( array $fields, boolean $sent_to_admin, resource $order )
Display Delivery Date in Customer notification email for WooCOmmerce version 2.3 and above |
public static
|
|
public static
|
#
orddd_lite_add_delivery_date_to_order_page_woo( resource $order )
Display Delivery Date on Order Recieved Page |