WooCommerce Print Invoice & Delivery Note
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Hook Reference
  • Docs Home

Packages

  • None
  • WooCommerce-Delivery-Notes
    • Admin
      • Edit-Order
    • Includes
    • Settings
    • Theme

Classes

  • WooCommerce_Delivery_Notes_Writepanel

Class WooCommerce_Delivery_Notes_Writepanel

WooCommerce Print Delivery Notes

Package: WooCommerce-Delivery-Notes\Admin\Edit-Order
Author: Tyche Softwares
Located at includes/class-wcdn-writepanel.php

Methods summary

public
# __construct( )

Constructor

Constructor

public
# load_admin_hooks( )

Load the admin hooks

Load the admin hooks

public
# add_styles( )

Add the styles

Add the styles

public
# add_scripts( )

Add the scripts

Add the scripts

public
# is_order_edit_page( )

Is order edit page

Is order edit page

public
# is_order_post_page( )

Is order edit page

Is order edit page

public
# add_listing_actions( $order )

Add print actions to the orders listing

Add print actions to the orders listing

public
# add_bulk_actions( )

Add bulk actions with javascript to the dropdown. This is not so pretty but WordPress does not yet offer any better solution. The JS code is inline because we can't determine the page without checking the post_type. https://core.trac.wordpress.org/ticket/16031

Add bulk actions with javascript to the dropdown. This is not so pretty but WordPress does not yet offer any better solution. The JS code is inline because we can't determine the page without checking the post_type. https://core.trac.wordpress.org/ticket/16031

public
# load_bulk_actions( )

Add bulk print actions to the orders listing

Add bulk print actions to the orders listing

public
# confirm_bulk_actions( )

Show confirmation message that orders are printed

Show confirmation message that orders are printed

public
# add_box( )

Add the meta box on the single order page

Add the meta box on the single order page

public
# create_box_content( )

Create the meta box content on the single order page

Create the meta box content on the single order page

WooCommerce Print Invoice & Delivery Note API documentation generated by ApiGen