Class orddd_shipping_multiple_address
Main class which handles different Delivery Date and Time Slot for different shipping addresses from Multiple Shipping Addresses plugin.
Package: Order-Delivery-Date-Pro-for-WooCommerce\Integration
Author: Tyche Softwares
Class: orddd_shipping_multiple_address
Located at orddd-shipping-multiple-address.php
Author: Tyche Softwares
Class: orddd_shipping_multiple_address
Located at orddd-shipping-multiple-address.php
Methods summary
public
|
|
public
|
#
orddd_shipping_multiple_heading_address_header( )
This function adds Delivery Date header in the table added by the Multiple Shipping Addresses plugin. |
public
|
#
orddd_shipping_multuple_delivery_date_table_row( string $key, array $value, string $address_key )
This function adds Delivery Date and Time Slot fields as a row in the table. |
public static
|
#
orddd_shipping_multiple_timeslot_table_row( string $key, array $value, string $address_key )
This function adds Delivery Time Slot field as a row in the table. |
public
|
|
public
|
#
orddd_package_block( string $x, array $package )
Show the Delivery information on the shipping packages blocks |
public
|
#
orddd_session_view_order( WC_Order $order, string $package, array $x )
Show the Delivery information after the Package details in the Your order table. |
public
|
#
orddd_update_order_item_wcms( integer $order_id )
Update the Delivery information in the post_meta table. |
public
array
|
|
public
|
|
public
|
#
orddd_wcms_order_recieved_row( array $package, integer $order_id )
Displays the Delivery information in the Order received table. |
public static
|