get_order( $order_id = null )
Returns an order object.
Package
Description #Description
Related #Related
Uses #Uses
Uses | Description |
---|---|
includes/payments/order-functions.php: appthemes_get_order() | Returns an instance of APP_Order for the given Order ID |
Used By #Used By
Used By | Description |
---|---|
includes/payments/order-templates.php: APP_Order_Summary::template_include() | |
includes/payments/order-templates.php: APP_Order_Summary::template_vars() | Retrieves the template vars for Order templates. |
includes/payments/order-templates.php: APP_Order_Summary::get_cancel_url() | Returns an order cancel url. |
includes/payments/order-templates.php: APP_Order_Summary::get_complete_url() | Returns an order complete url. |
includes/payments/order-templates.php: get_the_order_currency_code() | Returns the three-letter currency code for the current order’s currency. |
includes/payments/order-templates.php: get_the_order_return_url() | Returns the current order’s return url. |
includes/payments/order-templates.php: get_the_order_cancel_url() | Return the current order’s cancel url. |
includes/payments/order-templates.php: the_order_summary() | Displays the order summary table for the current order. |
includes/payments/order-templates.php: process_the_order() | Allows the gateway for the current order to process the order. |
includes/payments/order-templates.php: get_the_order_currency_name() | Returns the name of the current order’s currency. |
includes/payments/order-templates.php: get_the_order() | Returns an order object. |
includes/payments/order-templates.php: get_the_order_id() | Returns the current order ID. |
includes/payments/order-templates.php: get_the_order_description() | Returns the current order description. |
includes/payments/order-templates.php: get_the_order_status() | Returns the current order human readable status. |
includes/payments/order-templates.php: get_the_order_total() | Returns the current order total in a human readable format. |
includes/views-checkout.php: CP_Order::template_vars() | |
includes/views-checkout.php: CP_Order::template_include() | |
includes/payments.php: cp_payments_display_order_summary_continue_button() | Displays Continue button on order summary page. |