Class orddd_lite_integration
Integration class to integrate the WooCommerce Order Delivery Date plugin with various 3rd party plugins
Author: Tyche Softwares
Class: orddd_lite_integration
Located at integration.php
Methods summary
public
|
|
public
|
#
orddd_lite_plugins_packing_slip( )
Adds delivery date and time selected for an order in the PDF invoices and Packing slips from WooCommerce PDF Invoices & Packing Slips plugin. |
public
array
|
#
orddd_lite_csv_export_modify_column_headers( array $column_headers )
Adds delivery date and time column headings to CSV when order is exported from Order/Customer CSV Export Plugin. |
public static
array
|
#
orddd_lite_csv_export_modify_row_data( array $order_data, object $order, object $csv_generator )
Adds delivery date and time column content to CSV when order is exported from Order/Customer CSV Export Plugin. |
public
array
|
#
orddd_lite_print_invoice_delivery_note( array $fields, object $order )
Adds delivery date and time selected for an order in the invoices and delivery notes from WooCommerce Print Invoice & Delivery Note plugin. |
public
|
#
orddd_lite_cloud_print_fields( object $order )
Adds delivery date and time selected for an order in the prints from WooCommerce Print Orders plugin. |
public
|
#
orddd_lite_woocommerce_pip( $type, $action, $document, object $order )
Adds delivery date and time selected for an order in the invoices and delivery notes from WooCommerce Print Invoice/Packing list plugin. |