woocommerce_cart_needs_payment
Filter Hook: Note that woocommerce_cart_needs_payment is only used in WC_Checkout::process_checkout() to keep backwards compatibility.
Source: includes/class-wc-checkout.php:1185
Filter Hook: Note that woocommerce_cart_needs_payment is only used in WC_Checkout::process_checkout() to keep backwards compatibility.
Source: includes/class-wc-checkout.php:1185
Method: Gets the value either from POST, or from the customer object. Sets the default values in checkout fields.
Source: includes/class-wc-checkout.php:1219
Filter Hook: For logged in customers, pull data from their account rather than the session which may contain incomplete data.
Source: includes/class-wc-checkout.php:1261
Action Hook: Action hook to adjust customer before save.
Source: includes/class-wc-checkout.php:1088
Method: If checkout failed during an AJAX call, send failure response.
Source: includes/class-wc-checkout.php:1099
Method: Process the checkout after the confirm order button is pressed.
Source: includes/class-wc-checkout.php:1124
Method: Get a posted address field after sanitization and validation.
Source: includes/class-wc-checkout.php:1204
Method: Create a new customer account if needed.
Source: includes/class-wc-checkout.php:1021
Method: Validates that the checkout has enough info to proceed.
Source: includes/class-wc-checkout.php:838
Method: Set address field for customer.
Source: includes/class-wc-checkout.php:889