Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Hook Reference
  • Docs Home

Packages

  • None
  • Product-Delivery-Date-Pro-for-WooCommerce
    • Addon
    • Admin
      • Settings
        • Field-Labels
        • General
        • Google-Sync
      • View-Deliveries
    • Calendar
    • Common-Functions
    • Configuration
    • Delivery-Charges
    • Edit-Deliveries
    • Emails
    • Frontend
      • Cart
      • Checkout
    • Google-Calendar
    • Languages
    • License
    • Reschedule-Deliveries
    • View-Deliveries

Classes

  • view_deliveries

Class view_deliveries

Product Delivery Date View Deliveries Menu

Package: Product-Delivery-Date-Pro-for-WooCommerce\Admin\View-Deliveries
Category: Classes
Author: Tyche Softwares
Since: 1.0
Located at prdd-view-deliveries.php

Methods summary

public
# __construct( )
public static
# prdd_woocommerce_prdd_history_page( )

Add a page in the global menu called 'View Deliveries' and displays all the deliveries

Add a page in the global menu called 'View Deliveries' and displays all the deliveries

Since

1.0
public
# prdd_data_export( )

Export deliveries data through print or CSV

Export deliveries data through print or CSV

Since

1.0
public array
# generate_data( string $tab_status )

Generate the data to export the deliveries through print

Generate the data to export the deliveries through print

Parameters

$tab_status
Status parameter from URL

Returns

array
@report Generated data

Since

1.0
public string
# generate_csv( array $report )

Generate the data to export the deliveries through CSV

Generate the data to export the deliveries through CSV

Parameters

$report
Generated data to export

Returns

string
$csv Data to be printed in CSV

Since

1.0
API documentation generated by ApiGen