WC_Order::needs_processing()
Method: See if the order needs processing before it can be completed.
Source: includes/class-wc-order.php:1514
Method: See if the order needs processing before it can be completed.
Source: includes/class-wc-order.php:1514
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
Method: Generates a URL for the thanks page (order received).
Source: includes/class-wc-order.php:1581
Method: Generates a URL so that a customer can cancel their (unpaid – pending) order.
Source: includes/class-wc-order.php:1594
Method: Generates a raw (unescaped) cancel-order URL for use by payment gateways.
Source: includes/class-wc-order.php:1618
Method: Helper method to return the cancel endpoint.
Source: includes/class-wc-order.php:1639
Method: Generates a URL to view an order from the my account page.
Source: includes/class-wc-order.php:1657
Method: Get’s the URL to edit the order in the backend.
Source: includes/class-wc-order.php:1667
Method: Returns true if the order contains a downloadable product.
Source: includes/class-wc-order.php:1430
Method: Get downloads from all line items for this order.
Source: includes/class-wc-order.php:1449