Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / includes/class-wc-order.php / Page 3

WC_Order::needs_processing()

Method: See if the order needs processing before it can be completed.

Source: includes/class-wc-order.php:1514

Used by 3 functions | Uses 0 functions

WC_Order::get_checkout_payment_url()

Method: Generates a URL so that a customer can pay for their (unpaid – pending) order. Pass ‘true’ for the checkout version which doesn’t offer gateway choices.

Source: includes/class-wc-order.php:1558

Used by 0 functions | Uses 3 functions

WC_Order::get_checkout_order_received_url()

Method: Generates a URL for the thanks page (order received).

Source: includes/class-wc-order.php:1581

Used by 0 functions | Uses 3 functions

WC_Order::get_cancel_order_url()

Method: Generates a URL so that a customer can cancel their (unpaid – pending) order.

Source: includes/class-wc-order.php:1594

Used by 0 functions | Uses 2 functions

WC_Order::get_cancel_order_url_raw()

Method: Generates a raw (unescaped) cancel-order URL for use by payment gateways.

Source: includes/class-wc-order.php:1618

Used by 0 functions | Uses 2 functions

WC_Order::get_cancel_endpoint()

Method: Helper method to return the cancel endpoint.

Source: includes/class-wc-order.php:1639

Used by 2 functions | Uses 1 function

WC_Order::get_view_order_url()

Method: Generates a URL to view an order from the my account page.

Source: includes/class-wc-order.php:1657

Used by 0 functions | Uses 2 functions

WC_Order::get_edit_order_url()

Method: Get’s the URL to edit the order in the backend.

Source: includes/class-wc-order.php:1667

Used by 0 functions | Uses 0 functions

WC_Order::is_editable()

Method: Checks if an order can be edited, specifically for use on the Edit Order screen.

Source: includes/class-wc-order.php:1377

Used by 0 functions | Uses 0 functions

WC_Order::is_paid()

Method: Returns if an order has been paid for based on the order status.

Source: includes/class-wc-order.php:1387

Used by 0 functions | Uses 1 function
« Previous 1 2 3 4 … 14 Next »
Proudly powered by WordPress