PHP Class WC_Email_Customer_Completed_Order

Order complete emails are sent to the customer when the order is marked complete and usual indicates that the order has been shipped.
Author: WooThemes
Inheritance: extends WC_Email
Show file Open project: woocommerce/woocommerce Class Usage Examples

Public Methods

Method Description
__construct ( ) Constructor.
get_content_html ( ) : string Get content html.
get_content_plain ( ) : string Get content plain.
get_heading ( ) : string Get email heading.
get_subject ( ) : string Get email subject.
init_form_fields ( ) Initialise settings form fields.
trigger ( integer $order_id ) Trigger.

Method Details

__construct() public method

Constructor.
public __construct ( )

get_content_html() public method

Get content html.
public get_content_html ( ) : string
return string

get_content_plain() public method

Get content plain.
public get_content_plain ( ) : string
return string

get_heading() public method

Get email heading.
public get_heading ( ) : string
return string

get_subject() public method

Get email subject.
public get_subject ( ) : string
return string

init_form_fields() public method

Initialise settings form fields.
public init_form_fields ( )

trigger() public method

Trigger.
public trigger ( integer $order_id )
$order_id integer